Skip to content

Commit

Permalink
update legacy keys for golangci linters config
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 18, 2024
1 parent 8c5b6d2 commit 89b6396
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ run:
timeout: 5m
output:
format: tab
skip-dirs:
- vendor

linters-settings:
govet:
check-shadowing: true
golint:
min-confidence: 0.1
shadow: true
maligned:
suggest-new: true
goconst:
Expand Down Expand Up @@ -53,6 +49,8 @@ linters:
disable-all: true

issues:
exclude-dirs:
- vendor
exclude-rules:
- text: "package-comments: should have a package comment"
linters:
Expand Down

0 comments on commit 89b6396

Please sign in to comment.