Skip to content

Commit

Permalink
fix golanci-lint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 committed Aug 31, 2024
1 parent 6a6a553 commit e3dd568
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
linters:
enable-all: true
disable:
- deadcode # deprecated
- exhaustivestruct # deprecated
- golint # deprecated
- ifshort # deprecated
- interfacer # deprecated
- maligned # deprecated
- nosnakecase # deprecated
- scopelint # deprecated
- structcheck # deprecated
- varcheck # deprecated
- exportloopref # deprecated
- gomnd # deprecated
- execinquery # deprecated
- depguard
- dogsled
- godot
Expand Down

0 comments on commit e3dd568

Please sign in to comment.