Skip to content

Commit ea90c47

Browse files
committed
Reset .lint configuration to master branch version
1 parent f364f66 commit ea90c47

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

squid-mixin/.lint

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
exclusions:
2-
template-job-rule:
3-
reason: "Prometheus datasource variable is being named as prometheus_datasource now while linter expects 'datasource'"
4-
panel-datasource-rule:
5-
reason: "Modern mixins use signal-based architecture where datasource references are handled by the framework"
6-
template-datasource-rule:
7-
reason: "Based on new convention we are using variable names prometheus_datasource and loki_datasource where as linter expects 'datasource'"
8-
template-instance-rule:
9-
reason: "Based on new convention we are using variable names prometheus_datasource and loki_datasource where as linter expects 'datasource'"
102
panel-units-rule:
113
reason: "Custom units are used for better user experience in these panels"
124
entries:
135
- panel: "Client request errors"
146
- panel: "Server request errors"
7+
template-datasource-rule:
8+
reason: "Based on new convention we are using variable names prometheus_datasource and loki_datasource where as linter expects 'datasource'"
9+
template-instance-rule:
10+
reason: "Based on new convention we are using variable names prometheus_datasource and loki_datasource where as linter expects 'datasource'"

0 commit comments

Comments
 (0)