Skip to content

Commit 5fcbff7

Browse files
author
Mike Zorn
committed
Remove internal pre-commit
1 parent 4ea5bd2 commit 5fcbff7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,6 @@ repos:
88
language: golang
99
require_serial: true
1010
types: [go]
11-
- repo: git@github.com:launchdarkly/pre-commit-go
12-
rev: v0.11.0
13-
hooks:
14-
- id: compile-go-tests
15-
entry: bin/run-script run-on-dirs "go test ./..."
16-
exclude: "^vendor/|^.circleci/image/tools"
17-
name: run-go-tests
18-
- id: discarded-stacktrace
19-
exclude: '(^vendor/|.*gen\.go)'
20-
- id: go-mod-tidy
21-
- id: go-mod-verify
22-
- id: go-mod-vendor-no-change
2311
- repo: https://github.com/pre-commit/pre-commit-hooks
2412
rev: v4.6.0
2513
hooks:

0 commit comments

Comments
 (0)