mik-laj commented on a change in pull request #8218: CSS linting integrated 
into pre-commit
URL: https://github.com/apache/airflow/pull/8218#discussion_r405805083
 
 

 ##########
 File path: .pre-commit-config.yaml
 ##########
 @@ -360,3 +360,8 @@ repos:
         entry: "./scripts/ci/pre_commit_bat_tests.sh"
         files: ^breeze$|^breeze-complete$|\.sh$|\.bash$
         pass_filenames: false
+      - id: stylelint
+        name: stylelint
+        entry: "stylelint"
+        language: node
+        files: ^airflow/www/.*\.(css|scss|sass)$
 
 Review comment:
   Should we also add `stylelint-config-standard": "^20.0.0`? 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to