Skip to content

Commit

Permalink
chore: update golangci config
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Jul 24, 2024
1 parent bebc975 commit ea8b649
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ run:
# Disable tests to avoid redundancy with test workflow
tests: false

issues:
# Dirs to ignore
skip-dirs:
exclude-dirs:
- internal/terraform

issues:
# Maximum issues count per one linter
max-issues-per-linter: 0
# Maximum count of issues with the same text
Expand All @@ -32,8 +31,6 @@ linters-settings:
ignore-generated-header: false
severity: warning
confidence: 0.8
errorCode: 1
warningCode: 1
rules:
- name: blank-imports
severity: warning
Expand Down Expand Up @@ -85,10 +82,10 @@ linters-settings:
severity: warning
- name: redefines-builtin-id
severity: warning

misspell:
locale: US

# Activated linters by default:
# - deadcode
# - errcheck
Expand Down

0 comments on commit ea8b649

Please sign in to comment.