Skip to content

Commit

Permalink
remove interfacer and other config improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
julesjcraske committed Nov 5, 2024
1 parent 9ad5692 commit b91b021
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# https://golangci-lint.run/usage/configuration/#config-file

run:
deadline: 5m
skip-dirs:
- genfiles$
- vendor$
skip-files:
- ".*\\.pb\\.go"
- ".*\\.gen\\.go"

linters-settings:
govet:
check-shadowing: false
disable:
- composites

Expand All @@ -21,17 +10,12 @@ linters:
- bodyclose
- goconst
- goimports
- interfacer
- unconvert
- unparam
disable:
- errcheck

issues:
exclude:
- ".*_test.go:\\d+:\\d+: string `.+` has \\d+ occurrences, make it a constant" # exclude goconst issues for tests
- "should not use dot imports" # exclude for component tests
max-per-linter: 0
max-same-issues: 0

exclude-rules:
Expand Down

0 comments on commit b91b021

Please sign in to comment.