Skip to content

Commit

Permalink
Update golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed Jun 6, 2024
1 parent 1b211e0 commit db0949c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
run:
timeout: 3m
skip-files: []
skip-dirs: []

linters-settings:
govet:
enable-all: true
disable:
- fieldalignment
golint:
min-confidence: 0
revive:
rules:
- name: var-naming
disabled: true
gocyclo:
min-complexity: 12
goconst:
Expand Down Expand Up @@ -57,7 +57,6 @@ linters:

issues:
exclude-use-default: false
max-per-linter: 0
max-same-issues: 0
exclude: []
exclude-rules:
Expand Down

0 comments on commit db0949c

Please sign in to comment.