File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments