15 new issues, 436 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
436 | 15 | 421 | 0 | 👎 |
Reference build: climada_branches » develop #1083
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 0 | 15 |
Annotations
Check warning on line 339 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
too-many-statements
LOW:
Too many statements (173/50)
Raw output
Used when a function or method has too many statements. You should then splitit in smaller functions / methods.
Check warning on line 982 in climada/hazard/trop_cyclone.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (134/100)
Raw output
Used when a line is longer than a given number of characters.
Check warning on line 983 in climada/hazard/trop_cyclone.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (118/100)
Raw output
Used when a line is longer than a given number of characters.
Check warning on line 986 in climada/hazard/trop_cyclone.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 1123 in climada/hazard/trop_cyclone.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (108/100)
Raw output
Used when a line is longer than a given number of characters.
Check warning on line 1369 in climada/hazard/trop_cyclone.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (101/100)
Raw output
Used when a line is longer than a given number of characters.
Check warning on line 1375 in climada/hazard/trop_cyclone.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 1376 in climada/hazard/trop_cyclone.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 1378 in climada/hazard/trop_cyclone.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (139/100)
Raw output
Used when a line is longer than a given number of characters.
Check warning on line 1498 in climada/hazard/trop_cyclone.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (117/100)
Raw output
Used when a line is longer than a given number of characters.
Check warning on line 1612 in climada/hazard/trop_cyclone.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (105/100)
Raw output
Used when a line is longer than a given number of characters.
Check warning on line 1094 in climada/hazard/trop_cyclone.py
jenkins-wcr / Pylint
too-complex
LOW:
'compute_angular_windspeeds' is too complex. The McCabe rating is 13
Raw output
no description found
Check warning on line 889 in climada/hazard/trop_cyclone.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 1049 in climada/hazard/trop_cyclone.py
jenkins-wcr / Pylint
no-else-continue
LOW:
Unnecessary "else" after "continue"
Raw output
no description found
Check warning on line 1094 in climada/hazard/trop_cyclone.py
jenkins-wcr / Pylint
too-many-branches
LOW:
Too many branches (14/12)
Raw output
Used when a function or method has too many branches, making it hard tofollow.