Skip to content

Commit c9593b2

Browse files
authored
Merge pull request #188 from kolyshkin/lint-v2-followup
.golangci.yml: remove unused exceptions
2 parents 4a75548 + 382464b commit c9593b2

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.golangci.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
version: "2"
2+
23
linters:
34
enable:
45
- errorlint
56
- unconvert
67
- unparam
78
exclusions:
8-
generated: lax
9+
generated: disable
910
presets:
1011
- comments
11-
- common-false-positives
12-
- legacy
1312
- std-error-handling
14-
paths:
15-
- third_party$
16-
- builtin$
17-
- examples$
1813
settings:
1914
staticcheck:
2015
# Enable all options, with some exceptions.
@@ -28,8 +23,4 @@ formatters:
2823
enable:
2924
- gofumpt
3025
exclusions:
31-
generated: lax
32-
paths:
33-
- third_party$
34-
- builtin$
35-
- examples$
26+
generated: disable

0 commit comments

Comments
 (0)