We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre-commit
config verify
1 parent 4e56cba commit 7e2229aCopy full SHA for 7e2229a
.pre-commit-hooks.yaml
@@ -14,3 +14,10 @@
14
language: golang
15
require_serial: true
16
pass_filenames: false
17
+- id: golangci-lint-config-verify
18
+ name: golangci-lint-config-verify
19
+ description: Verifies the configuration file
20
+ entry: golangci-lint config verify
21
+ files: '\.golangci\.(?:yml|yaml|toml|json)'
22
+ language: golang
23
+ pass_filenames: false
0 commit comments