-
Notifications
You must be signed in to change notification settings - Fork 166
/
Copy path.lint
29 lines (29 loc) · 1.11 KB
/
.lint
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
exclusions:
panel-title-description-rule:
reason: "These panels do not require a description"
entries:
- dashboard: "Docker overview"
panel: "" # Storage table panel has no name
panel-units-rule:
reason: "Units are not needed or come from overrides"
entries:
- dashboard: "Docker overview"
panel: "Disk I/O"
- dashboard: "Docker overview"
panel: "Containers"
- dashboard: "Docker overview"
panel: "Images"
template-datasource-rule:
reason: "Based on new convention we are using variable names prometheus_datasource and loki_datasource where as linter expects 'datasource'"
template-on-time-change-reload-rule:
reason: "mixtool upgrade made this rule stricter. TODO: Fix errors and remove the warning exclusion"
target-promql-rule:
reason: "Linter does not support parsing LogQL queries"
entries:
- dashboard: "Docker Logs"
target-job-rule:
reason: "Using filtering selector with job"
template-instance-rule:
reason: "Instance is single select on purpose."
panel-datasource-rule:
reason: "Many panels use --Mixed-- DS"