Skip to content

Commit

Permalink
enable more golangci-lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 20, 2024
1 parent 34bc543 commit 817196e
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
linters:
presets:
- bugs
- unused
enable:
- gofmt
- misspell
- revive
- stylecheck
enable-all: true
disable:
# direnv is not a web server, context is not strictly necessary.
- noctx
- cyclop
- depguard
- dogsled
- err113
- exhaustruct
- exportloopref
- forbidigo
- funlen
- gocognit
- gocyclo
- godot
- godox
- lll
- maintidx
- mnd
- nestif
- varnamelen

0 comments on commit 817196e

Please sign in to comment.