[
https://issues.apache.org/jira/browse/AIRFLOW-6142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16986254#comment-16986254
]
ASF GitHub Bot commented on AIRFLOW-6142:
-----------------------------------------
potiuk commented on pull request #6705: [AIRFLOW-6142] Fix different
local/Travis pylint results
URL: https://github.com/apache/airflow/pull/6705
----------------------------------------------------------------
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]
> Different results for pylint locally and in Travis CI
> -----------------------------------------------------
>
> Key: AIRFLOW-6142
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6142
> Project: Apache Airflow
> Issue Type: Sub-task
> Components: ci
> Affects Versions: 2.0.0
> Reporter: Jarek Potiuk
> Assignee: Jarek Potiuk
> Priority: Major
>
> Sometimes Pylint on Travis CI gives still different results than the one run
> locally. This seems to be happening because we are using the
> AIRFLOW_MOUNT_SOURCE_DIR_FOR_STATIC_CHECKS="true" for static checks. This is
> needed for checklicence check only - just to make sure that all source files
> (including scripts etc.) are mounted to the container. However this makes it
> slightly different when it comes to pylint checks. We would like to have it
> exactly identical when run locally and in CI so in case of static checks we
> should rather use AIRFLOW_MOUNT_HOST_VOLUMES_FOR_STATIC_CHECKS="true" for all
> checks but the Checklicence one . - same as used locally.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)