mik-laj commented on issue #5587: [AIRFLOW-4953] Remove unused variables from core URL: https://github.com/apache/airflow/pull/5587#issuecomment-511205537 I would like to present the whole process of my work. 0. Create a seperate branch for all changes 1. I remove all files from pylint_todo 2. I run pylint for all files and save result to text file 3. I find the chosen type of error using `cut`, etc 4. A long and tedious process of fixing the error. 5. I create a commit that contains changes. 6. Still on the same branch, I do next iteration from step 3. When I finish my work, I do next step 7. I create a list of commits and use a special crafted script to generate a issues on JIRA 8. I update the local commit list to include the ticket number. 9. I'm using a second script that creates separate branch for each commit, update commit subject, sends a branch to Github. 10. I create PR manually to keep the issues template. With such a work process, updating the pylint_todo.txt file will be very problematic. pylint_todo file is also a small file, so will cause a lot of conflicts and additional 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: [email protected] With regards, Apache Git Services
