mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
54c1bf0cc9
* Chore: use early return technic everywhere And enable "indent-error-flow" revive rule * Chore: remove if-return rule from revive config * Chore: improve error messages And enable "error-strings" revive rule * Chore: enable "error-naming" revive rule * Chore: make linter happy * Chore: do not duplicate gofmt execution * Chore: make linter happy * Chore: address the pull review comments
26 lines
546 B
TOML
26 lines
546 B
TOML
ignoreGeneratedHeader = false
|
|
severity = "error"
|
|
confidence = 0.8
|
|
errorCode = 0
|
|
|
|
[rule.context-as-argument]
|
|
[rule.error-return]
|
|
[rule.package-comments]
|
|
[rule.range]
|
|
[rule.superfluous-else]
|
|
[rule.modifies-parameter]
|
|
[rule.indent-error-flow]
|
|
[rule.error-strings]
|
|
[rule.error-naming]
|
|
|
|
# This can be checked by other tools like megacheck
|
|
[rule.unreachable-code]
|
|
|
|
# Those are probably should be enabled at some point
|
|
# [rule.unexported-return]
|
|
# [rule.exported]
|
|
# [rule.var-naming]
|
|
# [rule.dot-imports]
|
|
# [rule.receiver-naming]
|
|
# [rule.blank-imports]
|