Skip to content

Commit

Permalink
chore: update golangci-lint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored and bkielbasa committed Oct 16, 2024
1 parent 529618c commit b129189
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
issues.exclude-dirs:
- pkg/analyzer/testdata

linters-settings:
golint:
min-confidence: 0
goconst:
min-len: 2
min-occurrences: 3
Expand All @@ -13,6 +8,8 @@ linters-settings:
linters:
enable-all: true
disable:
- exportloopref # deprecated
- execinquery # deprecated
- lll
- prealloc
- dupl
Expand All @@ -26,4 +23,3 @@ linters:
- gomnd
- gocognit
- nestif
- interfacer

0 comments on commit b129189

Please sign in to comment.