ashb commented on issue #5383: [AIRFLOW-4737] Increase and document celery queue name limit URL: https://github.com/apache/airflow/pull/5383#issuecomment-499847806 @BasPH Pylint issues here :( https://travis-ci.org/apache/airflow/jobs/542703778 ``` airflow/migrations/versions/004c1210f153_increase_queue_name_size_limit.py:1:0: C0103: Module name "004c1210f153_increase_queue_name_size_limit" doesn't conform to snake_case naming style (invalid-name) airflow/migrations/versions/004c1210f153_increase_queue_name_size_limit.py:37:0: C0111: Missing function docstring (missing-docstring) airflow/migrations/versions/004c1210f153_increase_queue_name_size_limit.py:43:0: C0111: Missing function docstring (missing-docstring) ``` I think we should probably exclude migrations from py-lint checking. WDYT?
---------------------------------------------------------------- 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
