Chore: Remove betterer (#110469)

This commit is contained in:
Tom Ratcliffe
2025-09-04 18:17:53 +01:00
committed by GitHub
parent ea7c370edd
commit 3d6d632686
14 changed files with 13 additions and 604 deletions
-8
View File
@@ -25,13 +25,6 @@ echo -e "@emotion/css imports: $EMOTION_IMPORTS"
echo -e "Total TS files: $TS_FILES"
echo -e "Total SCSS files: $SCSS_FILES"
BETTERER_STATS=""
while read -r name value
do
BETTERER_STATS+=$'\n '
BETTERER_STATS+="\"grafana.ci-code.betterer.${name}\": \"${value}\","
done <<< "$(yarn betterer:stats)"
ESLINT_STATS=""
yarn lint:ts --format ./scripts/cli/eslint-stats-reporter.mjs -o eslint-stats.txt
while read -r name value
@@ -59,7 +52,6 @@ done <<< "$(yarn themes:usage | awk '$4 == "@grafana/theme-token-usage" {print $
echo "Metrics: {
$THEME_TOKEN_USAGE
$BETTERER_STATS
$ESLINT_STATS
$I18N_STATS
\"grafana.ci-code.strictErrors\": \"${ERROR_COUNT}\",