Commit 86c2229b authored by Aaron U'Ren's avatar Aaron U'Ren
Browse files

feat(.golangci.yml): enable additional linters

Showing with 3 additions and 3 deletions
+3 -3
......@@ -6,7 +6,6 @@ linters:
- depguard
- dogsled
- dupl
- errcheck
- exportloopref
- exhaustive
- gochecknoinits
......@@ -16,11 +15,12 @@ linters:
- goimports
- gomnd
- gosec
- gosimple
- govet
- ineffassign
- lll
- misspell
- nakedret
- noctx
- nolintlint
issues:
exclude-rules:
# Excluding single digits from magic number detector because it produces too many obvious results (like klog)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment