Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
chore(build): update GolangCI configuration (#16)
Browse files Browse the repository at this point in the history
address warning messages for deprecated linters and settings

Signed-off-by: Xavier Coulon <[email protected]>
  • Loading branch information
xcoulon authored May 30, 2024
1 parent abf5d69 commit 9f4cf32
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
run:
skip-dirs:
- test/includes
skip-files:
- pkg/parser/parser.go # generated
timeout: 10m

linters:
enable-all: false
enable:
- megacheck
- gosimple
- staticcheck
- govet
- gocyclo
- unused
Expand All @@ -19,10 +16,7 @@ linters:
- nolintlint
disable-all: false
disable:
- maligned
- prealloc
- scopelint
- golint
- asasalint
presets:
- bugs
Expand Down

0 comments on commit 9f4cf32

Please sign in to comment.