9 new issues, 899 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
899 | 9 | 890 | 1 | 👎 |
Reference build: climada_branches » develop #1214
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 4 | 2 | 3 |
Annotations
Check warning on line 1396 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
undefined-variable
HIGH:
Undefined variable 'climada'
Raw output
Used when an undefined variable is accessed.
Check warning on line 1659 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
too-many-locals
LOW:
Too many local variables (25/15)
Raw output
Used when a function or method has too many local variables.
Check warning on line 1687 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
invalid-name
LOW:
Variable name "ds" 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 1716 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
protected-access
NORMAL:
Access to a protected member _estimate_pressure of a client class
Raw output
Used when a protected member (i.e. class member with a name beginning with anunderscore) is access outside the class or a descendant of the class whereit's defined.
Check warning on line 1716 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
undefined-variable
HIGH:
Undefined variable 'tc_tracks'
Raw output
Used when an undefined variable is accessed.
Check warning on line 1719 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
undefined-variable
HIGH:
Undefined variable 'tc_tracks'
Raw output
Used when an undefined variable is accessed.
Check warning on line 1722 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
undefined-variable
HIGH:
Undefined variable 'tc_tracks'
Raw output
Used when an undefined variable is accessed.
Check warning on line 2825 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
unnecessary-lambda-assignment
LOW:
Lambda expression assigned to a variable. Define a function using the "def" keyword instead.
Raw output
no description found
Check warning on line 57 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
unused-import
NORMAL:
Unused tc_tracks_synth imported from climada.hazard
Raw output
Used when an imported module or variable is not used.