Skip to content

Commit 4505e32

Browse files
committed
fix: .golangci.yml: remove disbaled checks as they already removed
Signed-off-by: Nikita B <[email protected]>
1 parent 7ec91fb commit 4505e32

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.golangci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,10 @@
11
linters-settings:
22
cyclop:
33
package-average: 7
4-
gocritic:
5-
disabled-checks:
6-
# # didn't find
7-
# - parallelize
8-
- nestingReduce
9-
- hugeParam
10-
# # didn't find
11-
# - hugeStruct
12-
# # didn't find
13-
# - nestParam
14-
# # didn't find
15-
# - prealloc
164
govet:
175
enable:
186
- shadow
197
- tests
20-
# # Deprecated
21-
# golint:
22-
# enabled: true
23-
# min-confidence: 0.8
24-
# # Deprecated
25-
# scopelint:
26-
# enabled: true
27-
# tests: true
288

299
# Configuration for golangci-lint that is suitable for a Kubernetes operator project built with Golang
3010
linters:

0 commit comments

Comments
 (0)