Skip to content

Commit e3ce0e6

Browse files
committed
Simplifying golancilint configuration.
1 parent 0007d24 commit e3ce0e6

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.golangci.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,6 @@ linters:
5353
- -QF1008
5454
exclusions:
5555
generated: lax
56-
presets:
57-
- comments
58-
- common-false-positives
59-
- legacy
60-
- std-error-handling
61-
paths:
62-
- third_party$
63-
- builtin$
64-
- examples$
6556
issues:
6657
max-issues-per-linter: 0
6758
max-same-issues: 0
@@ -70,9 +61,3 @@ formatters:
7061
- gofmt
7162
- gofumpt
7263
- goimports
73-
exclusions:
74-
generated: lax
75-
paths:
76-
- third_party$
77-
- builtin$
78-
- examples$

0 commit comments

Comments
 (0)