fix(lint): Improve linter rules
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
1d7730c078
commit
101ca9a79c
@ -6,7 +6,10 @@ run:
|
|||||||
|
|
||||||
issues:
|
issues:
|
||||||
exclude:
|
exclude:
|
||||||
- abcdef
|
- ST1000
|
||||||
|
- ST1003
|
||||||
|
- var-naming
|
||||||
|
- package-comments
|
||||||
# Excluding configuration per-path, per-linter, per-text and per-source
|
# Excluding configuration per-path, per-linter, per-text and per-source
|
||||||
exclude-rules:
|
exclude-rules:
|
||||||
# Exclude some linters from running on tests files.
|
# Exclude some linters from running on tests files.
|
||||||
@ -28,7 +31,7 @@ issues:
|
|||||||
source: "^//go:generate "
|
source: "^//go:generate "
|
||||||
|
|
||||||
exclude-use-default: false
|
exclude-use-default: false
|
||||||
|
|
||||||
# Maximum count of issues with the same text.
|
# Maximum count of issues with the same text.
|
||||||
# Set to 0 to disable.
|
# Set to 0 to disable.
|
||||||
# Default: 3
|
# Default: 3
|
||||||
|
Loading…
Reference in New Issue
Block a user