summaryrefslogtreecommitdiff
path: root/.golangci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yaml')
-rw-r--r--.golangci.yaml18
1 files changed, 4 insertions, 14 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
index bc1fbb6..34d9d92 100644
--- a/.golangci.yaml
+++ b/.golangci.yaml
@@ -4,30 +4,20 @@ linters:
- gocritic
- godot
- gosec
+ - ineffassign
- misspell
+ - modernize
- perfsprint
- prealloc
- predeclared
- reassign
- revive
+ - staticcheck
- unconvert
+ - unused
exclusions:
- generated: lax
presets:
- common-false-positives
- - legacy
- - std-error-handling
- - comments
- paths:
- - third_party$
- - builtin$
- - examples$
formatters:
enable:
- gofumpt
- exclusions:
- generated: lax
- paths:
- - third_party$
- - builtin$
- - examples$