We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
goconst
1 parent 4437d05 commit 80a3ce7Copy full SHA for 80a3ce7
2 files changed
.github/workflows/test.yml
@@ -11,6 +11,7 @@ on:
11
- "go.mod"
12
- "go.sum"
13
- ".github/workflows/test.yml"
14
+ - ".golangci.yml"
15
- "Makefile"
16
17
jobs:
.golangci.yml
@@ -77,6 +77,8 @@ linters:
77
desc: use stdlib instead
78
errcheck:
79
check-type-assertions: true
80
+ goconst:
81
+ ignore-tests: true
82
gocritic:
83
disabled-checks:
84
- commentFormatting
0 commit comments