Skip to content

Commit 209013f

Browse files
committed
move to allowlist instead
1 parent a1d8a25 commit 209013f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.golangci.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@
33

44
linters-settings:
55
exhaustruct:
6-
exclude:
7-
- 'clibase\.Cmd'
8-
- 'clibase\.Option'
9-
- 'codersdk\.Response'
10-
- 'codersdk\.\w+Request'
11-
- 'http\.Client'
12-
- "TypescriptType"
6+
include:
7+
- 'httpmw\..*'
138
gocognit:
149
min-complexity: 46 # Min code complexity (def 30).
1510

0 commit comments

Comments
 (0)