[
https://issues.apache.org/jira/browse/AIRFLOW-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Potiuk resolved AIRFLOW-4757.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
> Selectively disable some pylint checks for tests
> ------------------------------------------------
>
> Key: AIRFLOW-4757
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4757
> Project: Apache Airflow
> Issue Type: Sub-task
> Components: ci
> Affects Versions: 2.0.0
> Reporter: Jarek Potiuk
> Assignee: Jarek Potiuk
> Priority: Major
> Fix For: 2.0.0
>
>
> Maybe it is a good idea to selectively disable missing-docstrings for tests ?
> This seems to be a huge overhead having to document all test modules/classes
> and especially methods. And it seems easy to do with the pylint_ci script we
> have.
>
> After a bit of discussion with [~ash] , [~kamil.bregula] and [~BasPH] we
> decided to exclude those checks for testS:
> * missing-docstrings
> * no-self-use
> * too-many-public-methods
> * protected-access
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)