Skip to content

Commit 2750100

Browse files
committed
comments in lintfile
1 parent bde89cf commit 2750100

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

.golangci.yml

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ linters:
4747
max-func-lines: 0
4848

4949
exclusions:
50-
# generated: lax
51-
# presets:
52-
# - comments
53-
# - common-false-positives
54-
# - legacy
55-
# - std-error-handling
5650
rules:
5751
- linters:
5852
- gosec
@@ -66,17 +60,8 @@ linters:
6660
- errcheck # not required to check errors in examples/benchmarks
6761
- ineffassign # not required to check errors in examples/benchmarks
6862
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:
66+
- gofmt
67+
- goimports

0 commit comments

Comments
 (0)