Bas Harenslak created AIRFLOW-4751:
--------------------------------------

             Summary: Future Pylint TODOs
                 Key: AIRFLOW-4751
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4751
             Project: Apache Airflow
          Issue Type: Sub-task
          Components: ci
    Affects Versions: 2.0.0
            Reporter: Bas Harenslak


This issue keeps track of configurations we would to make with Pylint but are 
currently not possible. See [https://github.com/apache/airflow/pull/5238] for 
details about initial investigation about all Pylint errors.
 * Pylint raises "pointless-statement" on the bitshift operators, mostly on the 
example DAGs. In order to not pollute all example dag files, we disabled the 
message globally. However, there were some of such messages outside the example 
DAGs for valid reasons, so would be nice to disable this specific message on 
the example_dags folder, which is currently not possible. Pylint has a project 
to track this functionality: [https://github.com/PyCQA/pylint/projects/1]
 * A module docstring is sometimes obsolete while other docstring are typically 
always desired. Currently Pylint does not allow configuring separate 
docstrings. Issue: [https://github.com/PyCQA/pylint/issues/1164]
 *



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to