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 2020/11/26 13:31:31 UTC

[GitHub] [airflow] ecerulm commented on a change in pull request #12640: Improve breeze help messages

ecerulm commented on a change in pull request #12640:
URL: https://github.com/apache/airflow/pull/12640#discussion_r531030990



##########
File path: breeze
##########
@@ -1862,6 +1864,7 @@ ${FORMATTED_STATIC_CHECKS}
       '${CMDNAME} static-check mypy' or
       '${CMDNAME} static-check mypy -- --files tests/core.py'
       '${CMDNAME} static-check mypy -- --all-files'
+      '${CMDNAME} static-check all -- --from-ref `git merge-base master HEAD` --to-ref HEAD # checks all files that differ from master'

Review comment:
       I changed it to `\$(git merge-base... )` and move the comment at the end as new line. 
       




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