Skip to content

Commit 0f52463

Browse files
committed
refactor(linters): change nolintlint require-specific setting to false
1 parent d822f20 commit 0f52463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"nolintlint": {
184184
"allow-unused": false,
185185
"require-explanation": true,
186-
"require-specific": true
186+
"require-specific": false
187187
},
188188
"prealloc": {
189189
"for-loops": false,

0 commit comments

Comments
 (0)