FEATURE (linters): Introduce more strict linters

This commit is contained in:
Rostislav Dugin
2026-03-13 18:03:38 +03:00
parent bcd7d8e1aa
commit f712e3a437
2 changed files with 24 additions and 0 deletions

View File

@@ -7,6 +7,18 @@ run:
linters:
default: standard
enable:
- funcorder
- gosec
- bodyclose
- errorlint
- gocritic
- unconvert
- misspell
- dupword
- errname
- noctx
- modernize
settings:
errcheck:

View File

@@ -7,6 +7,18 @@ run:
linters:
default: standard
enable:
- funcorder
- gosec
- bodyclose
- errorlint
- gocritic
- unconvert
- misspell
- dupword
- errname
- noctx
- modernize
settings:
errcheck: