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:
[email protected]
With regards,
Apache Git Services