chore: enable all rules from staticcheck

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL 2025-08-25 22:01:12 +00:00
parent 144bc6bdb5
commit 93a61f6927

View file

@ -5,6 +5,7 @@ run:
linters:
enable:
- nakedret
- staticcheck
- whitespace
disable:
- errcheck
@ -13,6 +14,12 @@ linters:
disable:
- fieldalignment
enable-all: true
staticcheck:
checks:
- all
- -ST1000
- -ST1003
- -ST1020
exclusions:
rules:
- path: (.+)\.go$