Skip to content

Commit fe06ade

Browse files
orangecmshugelgupf
authored andcommitted
golangci-lint: include exported rule for real
Some rules will be plainly ignored due to the exclusion list. See https://golangci-lint.run/usage/configuration/#issues-configuration and https://golangci-lint.run/usage/false-positives/#exc0012 and golangci/golangci-lint#1937 (comment) Signed-off-by: Daniel Maslowski <[email protected]>
1 parent d483ba0 commit fe06ade

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.golangci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ linters:
88
- thelper
99
- unconvert
1010

11+
issues:
12+
include:
13+
- EXC0012
14+
- EXC0013
15+
- EXC0014
16+
- EXC0015
1117
linters-settings:
1218
revive:
1319
# Maximum number of open files at the same time.

0 commit comments

Comments
 (0)