Skip to content

Commit c37b9ce

Browse files
committed
fixup! move to allowlist instead
1 parent 209013f commit c37b9ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
linters-settings:
55
exhaustruct:
66
include:
7-
- 'httpmw\..*'
7+
# Gradually extend to cover more of the codebase.
8+
- 'httpmw\.\w+'
89
gocognit:
910
min-complexity: 46 # Min code complexity (def 30).
1011

0 commit comments

Comments
 (0)