Build: Stricter linting should break the build (#23606)

This commit is contained in:
Carl Bergquist
2020-04-16 16:09:27 +02:00
committed by GitHub
parent 19f03e593c
commit 9652a1410b
6 changed files with 41 additions and 11 deletions

View File

@@ -84,6 +84,7 @@ revive-alerting: scripts/go/bin/revive
@echo "lint alerting via revive"
@scripts/go/bin/revive \
-formatter stylish \
-config ./scripts/go/configs/revive-strict.toml \
./pkg/services/alerting/... \
./pkg/services/provisioning/datasources/... \
./pkg/services/provisioning/dashboards/...