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/16 05:49:31 UTC

[GitHub] [airflow] feluelle commented on a change in pull request #5835: [AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems

feluelle commented on a change in pull request #5835: [AIRFLOW-5233] Fixed consistency in whitespace (tabs/eols) + common problems
URL: https://github.com/apache/airflow/pull/5835#discussion_r314589917
 
 

 ##########
 File path: CONTRIBUTING.md
 ##########
 @@ -701,6 +701,11 @@ lint-dockerfile                  Lint dockerfile
 mypy                             Run mypy
 pylint                           Run pylint
 flake8                           Run flake8
+forbid-tabs                      Fails if tabs are used in the project
+check-merge-conflict             Checks if merge conflict is being committed
+detect-private-key               Detects if private key is added to the repository
+end-of-file-fixer                Make sure that there is an empty line at the end
+mixed-line-ending                Deteccts if mixed line ending is used (\r vs. \r\n)
 
 Review comment:
   ```suggestion
   mixed-line-ending                Detects if mixed line ending is used (\r vs. \r\n)
   ```
   ;)

----------------------------------------------------------------
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