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.
2 parents 3edc813 + 47013f2 commit 505fa2dCopy full SHA for 505fa2d
.github/workflows/lint-golangci-lint.yaml
@@ -0,0 +1,5 @@
1
+linters-settings:
2
+ staticcheck:
3
+ checks:
4
+ - all
5
+ - '-SA5008'
.github/workflows/lint.yaml
@@ -55,4 +55,4 @@ jobs:
55
skip-go-installation: true
56
skip-pkg-cache: true
57
skip-build-cache: true
58
- args: "--out-${NO_FUTURE}format colored-line-number"
+ args: "--out-${NO_FUTURE}format colored-line-number --config=./.github/workflows/lint-golangci-lint.yaml"
0 commit comments