6 new issues, 422 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
422 | 6 | 416 | 5 | 👎 |
Reference build: climada_ci_night #664
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 0 | 6 |
Annotations
Check warning on line 254 in climada/util/plot.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (107/100)
Raw output
Used when a line is longer than a given number of characters.
Check warning on line 253 in climada/util/plot.py
jenkins-wcr / Pylint
too-complex
LOW:
'geo_im_from_array' is too complex. The McCabe rating is 15
Raw output
no description found
Check warning on line 253 in climada/util/plot.py
jenkins-wcr / Pylint
too-many-arguments
LOW:
Too many arguments (10/7)
Raw output
Used when a function or method takes too many arguments.
Check warning on line 253 in climada/util/plot.py
jenkins-wcr / Pylint
too-many-locals
LOW:
Too many local variables (38/15)
Raw output
Used when a function or method has too many local variables.
Check warning on line 253 in climada/util/plot.py
jenkins-wcr / Pylint
too-many-branches
LOW:
Too many branches (16/12)
Raw output
Used when a function or method has too many branches, making it hard tofollow.
Check warning on line 253 in climada/util/plot.py
jenkins-wcr / Pylint
too-many-statements
LOW:
Too many statements (54/50)
Raw output
Used when a function or method has too many statements. You should then splitit in smaller functions / methods.