Skip to content

Commit bb9d219

Browse files
committed
exclude modernize linter (to be fixed in separate PR)
Signed-off-by: Tim Ramlot <[email protected]>
1 parent dd0a061 commit bb9d219

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ linters:
44
exclusions:
55
generated: lax
66
presets: [comments, common-false-positives, legacy, std-error-handling]
7+
rules:
8+
- linters:
9+
- modernize
10+
text: .*
711
paths: [third_party, builtin$, examples$]
812
warn-unused: true
913
settings:

0 commit comments

Comments
 (0)