Skip to content

Commit 4cea7e1

Browse files
Deployed to github pages
1 parent ef55e7a commit 4cea7e1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

all-hooks.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,15 @@
11261126
"language": "golang",
11271127
"require_serial": true,
11281128
"pass_filenames": false
1129+
},
1130+
{
1131+
"id": "golangci-lint-config-verify",
1132+
"name": "golangci-lint-config-verify",
1133+
"description": "Verifies the configuration file",
1134+
"entry": "golangci-lint config verify",
1135+
"files": "\\.golangci\\.(?:yml|yaml|toml|json)",
1136+
"language": "golang",
1137+
"pass_filenames": false
11291138
}
11301139
],
11311140
"https://github.com/Bahjat/pre-commit-golang": [

hooks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,10 @@ <h3 data-repo="https://github.com/golangci/golangci-lint">
728728
<code>golangci-lint-full</code>
729729
- Fast linters runner for Go. Runs on all files in the repo. Use this hook if you use pre-commit in CI.
730730
</li>
731+
<li data-id="golangci-lint-config-verify" data-types="">
732+
<code>golangci-lint-config-verify</code>
733+
- Verifies the configuration file
734+
</li>
731735
</ul>
732736
<h3 data-repo="https://github.com/Bahjat/pre-commit-golang">
733737
<a href="https://github.com/Bahjat/pre-commit-golang" target="_blank">

0 commit comments

Comments
 (0)