Skip to content

Commit ea8b649

Browse files
committed
chore: update golangci config
1 parent bebc975 commit ea8b649

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.golangci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ run:
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

0 commit comments

Comments
 (0)