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/12/02 09:59:20 UTC

[GitHub] [airflow] feluelle commented on a change in pull request #6705: [AIRFLOW-6142] Fix different local/Travis pylint results

feluelle commented on a change in pull request #6705: [AIRFLOW-6142] Fix different local/Travis pylint results
URL: https://github.com/apache/airflow/pull/6705#discussion_r352505508
 
 

 ##########
 File path: scripts/ci/_utils.sh
 ##########
 @@ -81,7 +81,7 @@ function print_info() {
 declare -a AIRFLOW_CONTAINER_EXTRA_DOCKER_FLAGS
 if [[ ${AIRFLOW_MOUNT_SOURCE_DIR_FOR_STATIC_CHECKS} == "true" ]]; then
     print_info
-    print_info "Mount whole sourcce directory for static checks"
+    print_info "Mount whole airflow source directory for static checks (make sure all files are in contauner)"
 
 Review comment:
   One typo fixed - another added :D
   ```suggestion
       print_info "Mount whole airflow source directory for static checks (make sure all files are in container)"
   ```

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