16 new issues, 907 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
907 | 16 | 891 | 1 | 👎 |
Reference build: climada_branches » develop #1221
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 1 | 4 | 11 |
Annotations
Check warning on line 511 in climada/util/coordinates.py
jenkins-wcr / Pylint
invalid-name
LOW:
Variable name "r" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 530 in climada/util/coordinates.py
jenkins-wcr / Pylint
too-many-locals
LOW:
Too many local variables (16/15)
Raw output
Used when a function or method has too many local variables.
Check warning on line 2985 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
too-many-positional-arguments
LOW:
Too many positional arguments (6/5)
Raw output
no description found
Check warning on line 3030 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
unused-variable
NORMAL:
Unused variable 'limit_ratio'
Raw output
Used when a variable is defined but not used.
Check warning on line 190 in climada/hazard/plot.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (103/100)
Raw output
Used when a line is longer than a given number of characters.
Check warning on line 212 in climada/hazard/plot.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (102/100)
Raw output
Used when a line is longer than a given number of characters.
Check warning on line 165 in climada/hazard/plot.py
jenkins-wcr / Pylint
invalid-name
LOW:
Argument name "ax" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 163 in climada/hazard/plot.py
jenkins-wcr / Pylint
dangerous-default-value
NORMAL:
Dangerous default value {} as argument
Raw output
Used when a mutable value as list or dictionary is detected in a default valuefor an argument.
Check warning on line 163 in climada/hazard/plot.py
jenkins-wcr / Pylint
no-self-argument
HIGH:
Method 'plot_track_density' should have "self" as first argument
Raw output
Used when a method has an attribute different the "self" as first argument.This is considered as an error since this is a so common convention that youshouldn't break it!
Check warning on line 163 in climada/hazard/plot.py
jenkins-wcr / Pylint
too-many-positional-arguments
LOW:
Too many positional arguments (7/5)
Raw output
no description found
Check warning on line 163 in climada/hazard/plot.py
jenkins-wcr / Pylint
too-many-locals
LOW:
Too many local variables (16/15)
Raw output
Used when a function or method has too many local variables.
Check warning on line 236 in climada/hazard/plot.py
jenkins-wcr / Pylint
invalid-name
LOW:
Variable name "x" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 237 in climada/hazard/plot.py
jenkins-wcr / Pylint
invalid-name
LOW:
Variable name "y" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 238 in climada/hazard/plot.py
jenkins-wcr / Pylint
invalid-name
LOW:
Variable name "z" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 242 in climada/hazard/plot.py
jenkins-wcr / Pylint
unused-variable
NORMAL:
Unused variable 'fig'
Raw output
Used when a variable is defined but not used.
Check warning on line 267 in climada/hazard/plot.py
jenkins-wcr / Pylint
unused-variable
NORMAL:
Unused variable 'cbar'
Raw output
Used when a variable is defined but not used.