We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea5bd2 commit 5fcbff7Copy full SHA for 5fcbff7
.pre-commit-config.yaml
@@ -8,18 +8,6 @@ repos:
8
language: golang
9
require_serial: true
10
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
23
- repo: https://github.com/pre-commit/pre-commit-hooks
24
rev: v4.6.0
25
hooks:
0 commit comments