BasPH edited a comment on issue #5361: [AIRFLOW-4670] Make airflow/example_dags Pylint compatible URL: https://github.com/apache/airflow/pull/5361#issuecomment-500194667 @potiuk Not a big fan of globally disabling messages but I don't see any other way until https://github.com/PyCQA/pylint/projects/1 is done, so I disabled `pointless-statement` globally and removed all inline disables. It is kinda ironic though because some DAGs in contrib/example_dags did contain `# pylint: disable=pointless-statement`, even when we did not have Pylint 😄 Also, I created a new issue to keep track of such Pylint issues: https://issues.apache.org/jira/browse/AIRFLOW-4751
---------------------------------------------------------------- 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
