We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde89cf commit 2750100Copy full SHA for 2750100
.golangci.yml
@@ -47,12 +47,6 @@ linters:
47
max-func-lines: 0
48
49
exclusions:
50
- # generated: lax
51
- # presets:
52
- # - comments
53
- # - common-false-positives
54
- # - legacy
55
- # - std-error-handling
56
rules:
57
- linters:
58
- gosec
@@ -66,17 +60,8 @@ linters:
66
60
- errcheck # not required to check errors in examples/benchmarks
67
61
- ineffassign # not required to check errors in examples/benchmarks
68
62
path: (example|benchmark)_.*test.go
69
- # paths:
70
- # - third_party$
71
- # - builtin$
72
- # - examples$
73
-# formatters:
74
-# enable:
75
-# - gofmt
76
-# - goimports
77
-# exclusions:
78
-# generated: lax
79
-# paths:
80
-# - third_party$
81
-# - builtin$
82
-# - examples$
63
+
64
+formatters:
65
+ enable:
+ - gofmt
+ - goimports
0 commit comments