6 new issues, 895 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
895 | 6 | 889 | 0 | 👎 |
Reference build: climada_branches » develop #1203
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 2 | 4 |
Annotations
Check warning on line 1758 in climada/util/coordinates.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (119/100)
Raw output
Used when a line is longer than a given number of characters.
Check warning on line 1763 in climada/util/coordinates.py
jenkins-wcr / Pylint
superfluous-parens
LOW:
Unnecessary parens after 'not' keyword
Raw output
Used when a single item in parentheses follows an if, for, or other keyword.
Check warning on line 729 in climada/util/coordinates.py
jenkins-wcr / Pylint
too-many-locals
LOW:
Too many local variables (19/15)
Raw output
Used when a function or method has too many local variables.
Check warning on line 790 in climada/util/coordinates.py
jenkins-wcr / Pylint
logging-fstring-interpolation
NORMAL:
Use lazy % formatting in logging functions
Raw output
no description found
Check warning on line 800 in climada/util/coordinates.py
jenkins-wcr / Pylint
f-string-without-interpolation
NORMAL:
Using an f-string that does not have any interpolated variables
Raw output
no description found
Check warning on line 729 in climada/util/coordinates.py
jenkins-wcr / Pylint
too-many-branches
LOW:
Too many branches (13/12)
Raw output
Used when a function or method has too many branches, making it hard tofollow.