mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 15:39:31 +08:00
Fix: tighten revive exit code & make it happy (#17127)
* Revive should fail the build * Fix the associated errors
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
ignoreGeneratedHeader = false
|
||||
severity = "error"
|
||||
confidence = 0.8
|
||||
errorCode = 0
|
||||
errorCode = 1
|
||||
|
||||
[rule.context-as-argument]
|
||||
[rule.error-return]
|
||||
|
Reference in New Issue
Block a user