Skip to content

Commit b743af6

Browse files
committed
Remove deprecated CWV report files and update package scripts
1 parent 00163f9 commit b743af6

6 files changed

Lines changed: 1 addition & 336 deletions

File tree

definitions/output/reports/cwv_tech_adoption.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

definitions/output/reports/cwv_tech_core_web_vitals.js

Lines changed: 0 additions & 114 deletions
This file was deleted.

definitions/output/reports/cwv_tech_lighthouse.js

Lines changed: 0 additions & 91 deletions
This file was deleted.

definitions/output/reports/cwv_tech_page_weight.js

Lines changed: 0 additions & 81 deletions
This file was deleted.

package-lock.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crawl-data",
33
"author": "@max-ostapenko",
44
"scripts": {
5-
"format": "npx eslint -c .github/linters/eslint.config.mjs --fix .; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix; terraform -chdir=infra/tf fmt -recursive",
5+
"format": "npx eslint -c .github/linters/eslint.config.mjs --fix .; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix; terraform -chdir=infra fmt -recursive",
66
"lint": "npx eslint -c .github/linters/eslint.config.mjs .; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint .; dataform compile",
77
"superlint": "docker run --platform linux/amd64 -e DEFAULT_BRANCH=main -e VALIDATE_GIT_COMMITLINT=false -e VALIDATE_TERRAFORM_TERRASCAN=false -e VALIDATE_TERRAFORM_TFLINT=false -e FIX_JSON_PRETTIER=true -e IGNORE_GITIGNORED_FILES=true -e VALIDATE_ALL_CODEBASE=true -e VALIDATE_JSCPD=false -e RUN_LOCAL=true -v ./:/tmp/lint ghcr.io/super-linter/super-linter:slim-latest"
88
},

0 commit comments

Comments
 (0)