fix(lint): Improve linter rules
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Matthieu 'JP' DERASSE 2022-08-02 20:40:22 +00:00
parent 1d7730c078
commit 101ca9a79c
Signed by: mderasse
GPG Key ID: 55141C777B16A705

View File

@ -6,7 +6,10 @@ run:
issues:
exclude:
- abcdef
- ST1000
- ST1003
- var-naming
- package-comments
# Excluding configuration per-path, per-linter, per-text and per-source
exclude-rules:
# Exclude some linters from running on tests files.
@ -28,7 +31,7 @@ issues:
source: "^//go:generate "
exclude-use-default: false
# Maximum count of issues with the same text.
# Set to 0 to disable.
# Default: 3