[AIRFLOW-4891] Extend list of pylint good-names#5524
Conversation
|
Are there any others do you think? Should we wait/keep this Jira open for a while? |
|
Here is a list of top 10 invalid names with number of occurrences: So I would suggest also |
|
Yes to What are the uses of |
|
From macro documentation:
You are right that |
potiuk
left a comment
There was a problem hiding this comment.
OK. Also I think df is the only from the list that should be OK
7d80874 to
5218946
Compare
Codecov Report
@@ Coverage Diff @@
## master #5524 +/- ##
==========================================
+ Coverage 78.59% 78.83% +0.24%
==========================================
Files 489 489
Lines 30744 30744
==========================================
+ Hits 24163 24237 +74
+ Misses 6581 6507 -74
Continue to review full report at Codecov.
|
I would like to propose further extension of pylint good-names:
vused when iterating :for k, v in dictionary.items():dsandtsused in templates (https://airflow.apache.org/macros.html)