Skip to content

Commit 6a07430

Browse files
committed
build: Remove redundant golangci-lint configuration
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
1 parent 17aaadd commit 6a07430

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.golangci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ linters:
1717
- common-false-positives
1818
- legacy
1919
- std-error-handling
20-
paths:
21-
- third_party$
22-
- builtin$
23-
- examples$
2420
formatters:
2521
enable:
2622
- gci
@@ -29,7 +25,3 @@ formatters:
2925
- goimports
3026
exclusions:
3127
generated: lax
32-
paths:
33-
- third_party$
34-
- builtin$
35-
- examples$

0 commit comments

Comments
 (0)