rusackas commented on code in PR #26442:
URL: https://github.com/apache/superset/pull/26442#discussion_r1451575741


##########
superset-frontend/package.json:
##########
@@ -53,6 +53,7 @@
     "format": "npm run _prettier -- --write",
     "lint": "npm run _lint && npm run type",
     "lint-fix": "npm run _lint -- --fix && npm run type",
+    "lint-stats": "eslint -f ./scripts/eslint-metrics-uploader.js 
--no-eslintrc -c scripts/eslintrc_metrics.js --ignore-path=.eslintignore --ext 
.js,.jsx,.ts,.tsx . ",

Review Comment:
   I figure the flexibility to call multiple scripts from one Action would be 
the way to make this easier to scale and troubleshoot



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to