fix(ci): add ST1005 linter rule

Enable linter rule ST1005 - Incorrectly formatted error string

Signed-off-by: Marek Libra <marek.libra@gmail.com>
This commit is contained in:
Marek Libra 2025-06-13 10:55:42 +02:00
parent f69f92cdf7
commit bb571b48c3
No known key found for this signature in database
GPG Key ID: A0FD2165F98C85C2
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ linters:
checks:
- all
- -ST1003 # https://staticcheck.dev/docs/checks/#ST1003 Poorly chosen identifier.
- -ST1005 # https://staticcheck.dev/docs/checks/#ST1005 Incorrectly formatted error string
- -QF1008 # https://staticcheck.dev/docs/checks/#QF1008 Omit embedded fields from selector expression.
nolintlint:
require-specific: true