Skip to content

Commit 02fd64a

Browse files
committed
fix config
1 parent 226e838 commit 02fd64a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.golangci.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,13 @@ issues:
216216
- path: scripts/*
217217
linters:
218218
- exhaustruct
219+
- path: coderd/database/dbmem/* # dbmem is being deprecated and removed.
220+
linters:
221+
- ALL
219222

220223
fix: true
221224
max-issues-per-linter: 0
222225
max-same-issues: 0
223-
exclude-rules:
224-
- coderd/database/dbmem # dbmem is being deprecated and removed.
225226

226227
run:
227228
skip-dirs:

0 commit comments

Comments
 (0)