You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/06/07 11:15:31 UTC

[GitHub] [airflow] ashb commented on issue #5383: [AIRFLOW-4737] Increase and document celery queue name limit

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:
users@infra.apache.org


With regards,
Apache Git Services