File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 88 # Disable tests to avoid redundancy with test workflow
99 tests : false
1010
11+ issues :
1112 # Dirs to ignore
12- skip -dirs :
13+ exclude -dirs :
1314 - internal/terraform
14-
15- issues :
1615 # Maximum issues count per one linter
1716 max-issues-per-linter : 0
1817 # Maximum count of issues with the same text
@@ -32,8 +31,6 @@ linters-settings:
3231 ignore-generated-header : false
3332 severity : warning
3433 confidence : 0.8
35- errorCode : 1
36- warningCode : 1
3734 rules :
3835 - name : blank-imports
3936 severity : warning
@@ -85,10 +82,10 @@ linters-settings:
8582 severity : warning
8683 - name : redefines-builtin-id
8784 severity : warning
88-
85+
8986 misspell :
9087 locale : US
91-
88+
9289# Activated linters by default:
9390# - deadcode
9491# - errcheck
You can’t perform that action at this time.
0 commit comments