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/07/14 12:43:23 UTC

[GitHub] [airflow] mik-laj commented on issue #5587: [AIRFLOW-4953] Remove unused variables from core

mik-laj commented on issue #5587: [AIRFLOW-4953] Remove unused variables from core
URL: https://github.com/apache/airflow/pull/5587#issuecomment-511199546
 
 
   Clearing file-by-file errors is very difficult because I need to recognize and analyze many types of errors at once time. It is very easy for a computer, but for me it's a lot simpler if I correct one type of error at the same time.  Changes that contain only one type of errors are much easier to review also.
   
   Updating pylint_todo in every PR is very difficult for me, because I makes these changes on a Mac in Docker. Docker on Mac has a very slowly filesystem.  If I want to generate a new list then I have to scan all the files, which takes a lot of time.
   
   So I update this list not in every PR, but in a few selected ones, when I see that a given PR causes a lot of changes. 
   Example:
   https://github.com/apache/airflow/pull/5586/files
   This is not the perfect solution, but it significantly speeds up my work. 

----------------------------------------------------------------
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