monitoring-mixins / mixtool

mixtool is a helper for easily working with jsonnet mixins.
Apache License 2.0
139 stars 15 forks source link

Grafana "OK" errors #66

Closed SuperQ closed 2 years ago

SuperQ commented 2 years ago

The latest version is reporting linting errors for "OK"

$ mixtool lint mixin.libsonnet 
[panel-rate-interval-rule] 'MySQL': OK
[panel-rate-interval-rule] 'MySQL': OK
[panel-rate-interval-rule] 'MySQL': OK
[panel-rate-interval-rule] 'MySQL': OK
[panel-rate-interval-rule] 'MySQL': OK
[panel-rate-interval-rule] 'MySQL': OK
...
[panel-promql-rule] 'MySQL': OK
2022/02/28 15:28:15 failed to lint the file mixin.libsonnet: 163 lint errors found
SuperQ commented 2 years ago

I think this is related to https://github.com/grafana/dashboard-linter/pull/29. CC @tomwilkie.

Probably need to enforce verbose off.

tomwilkie commented 2 years ago

On it!