Skip to content

Commit 2b995e5

Browse files
committed
lint/golangci-lint: update golangci config
1 parent 60fcf20 commit 2b995e5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.golangci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ run:
66
# skip-dirs:
77
skip-files:
88
- ".*\\.pb\\.go"
9-
- ".*(.|_)gen\\.go"
109
modules-download-mode: vendor
1110

1211
linters-settings:
@@ -59,15 +58,12 @@ linters:
5958
enable:
6059
enable-all: true
6160
disable:
62-
- dupl
6361
- gochecknoglobals
6462
- gochecknoinits
6563
- gocyclo
6664
- gosec
6765
- lll
68-
- maligned
69-
- megacheck
70-
- typecheck
66+
- nakedret
7167
fast: true
7268

7369
issues:

0 commit comments

Comments
 (0)