You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/08/20 03:15:43 UTC

[GitHub] [airflow] milton0825 commented on a change in pull request #5807: [AIRFLOW-5204] Shellcheck + common licences + executable shebangs in shell files

milton0825 commented on a change in pull request #5807:  [AIRFLOW-5204] Shellcheck + common licences + executable shebangs in shell files
URL: https://github.com/apache/airflow/pull/5807#discussion_r315491756
 
 

 ##########
 File path: .pre-commit-config.yaml
 ##########
 @@ -62,6 +75,11 @@ repos:
       - id: mixed-line-ending
   - repo: local
     hooks:
+      - id: shellcheck
+        name: Check Shell scripts syntax corectness
 
 Review comment:
   ```suggestion
           name: Check Shell scripts syntax correctness
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services