Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 77b2908 commit 226e838Copy full SHA for 226e838
.golangci.yaml
@@ -211,13 +211,17 @@ issues:
211
- errcheck
212
- forcetypeassert
213
- exhaustruct # This is unhelpful in tests.
214
+ - unused-parameter # TODO(JonA): disabling in order to update golangci-lint
215
+ - gosec # TODO(JonA): disabling in order to update golangci-lint
216
- path: scripts/*
217
linters:
218
- exhaustruct
219
220
fix: true
221
max-issues-per-linter: 0
222
max-same-issues: 0
223
+ exclude-rules:
224
+ - coderd/database/dbmem # dbmem is being deprecated and removed.
225
226
run:
227
skip-dirs:
0 commit comments