30 new issues, 887 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
887 | 30 | 857 | 14 | 👎 |
Reference build: climada_branches » develop #1192
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 5 | 25 |
Annotations
Check warning on line 140 in climada/util/dates_times.py
jenkins-wcr / Pylint
logging-fstring-interpolation
NORMAL:
Use lazy % formatting in logging functions
Raw output
no description found
Check warning on line 47 in climada/util/interpolation.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 49 in climada/util/interpolation.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 30 in climada/util/interpolation.py
jenkins-wcr / Pylint
too-many-arguments
LOW:
Too many arguments (9/7)
Raw output
Used when a function or method takes too many arguments.
Check warning on line 30 in climada/util/interpolation.py
jenkins-wcr / Pylint
too-many-positional-arguments
LOW:
Too many positional arguments (9/5)
Raw output
no description found
Check warning on line 87 in climada/util/interpolation.py
jenkins-wcr / Pylint
no-else-raise
LOW:
Unnecessary "elif" after "raise", remove the leading "el" from "elif"
Raw output
no description found
Check warning on line 105 in climada/util/interpolation.py
jenkins-wcr / Pylint
no-else-return
LOW:
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it
Raw output
Used in order to highlight an unnecessary block of code following an ifcontaining a return statement. As such, it will warn when it encounters anelse following a chain of ifs, all of them containing a return statement.
Check warning on line 128 in climada/util/interpolation.py
jenkins-wcr / Pylint
no-else-return
LOW:
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it
Raw output
Used in order to highlight an unnecessary block of code following an ifcontaining a return statement. As such, it will warn when it encounters anelse following a chain of ifs, all of them containing a return statement.
Check warning on line 149 in climada/util/interpolation.py
jenkins-wcr / Pylint
too-many-arguments
LOW:
Too many arguments (9/7)
Raw output
Used when a function or method takes too many arguments.
Check warning on line 149 in climada/util/interpolation.py
jenkins-wcr / Pylint
too-many-positional-arguments
LOW:
Too many positional arguments (9/5)
Raw output
no description found
Check warning on line 375 in climada/util/interpolation.py
jenkins-wcr / Pylint
invalid-name
LOW:
Argument 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 44 in climada/hazard/plot.py
jenkins-wcr / Pylint
too-many-positional-arguments
LOW:
Too many positional arguments (6/5)
Raw output
no description found
Check warning on line 81 in climada/hazard/plot.py
jenkins-wcr / Pylint
use-list-literal
LOW:
Consider using [] instead of list()
Raw output
no description found
Check warning on line 886 in climada/hazard/base.py
jenkins-wcr / Pylint
too-complex
LOW:
'append' is too complex. The McCabe rating is 14
Raw output
no description found
Check warning on line 487 in climada/hazard/base.py
jenkins-wcr / Pylint
too-many-positional-arguments
LOW:
Too many positional arguments (6/5)
Raw output
no description found
Check warning on line 582 in climada/hazard/base.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 608 in climada/hazard/base.py
jenkins-wcr / Pylint
too-many-positional-arguments
LOW:
Too many positional arguments (6/5)
Raw output
no description found
Check warning on line 703 in climada/hazard/base.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 886 in climada/hazard/base.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.
Check warning on line 27 in climada/hazard/base.py
jenkins-wcr / Pylint
unused-import
NORMAL:
Unused import warnings
Raw output
Used when an imported module or variable is not used.
Check warning on line 41 in climada/hazard/base.py
jenkins-wcr / Pylint
unused-import
NORMAL:
Unused CONFIG imported from climada
Raw output
Used when an imported module or variable is not used.
Check warning on line 1718 in climada/engine/impact.py
jenkins-wcr / Pylint
too-complex
LOW:
'select' is too complex. The McCabe rating is 12
Raw output
no description found
Check warning on line 38 in climada/engine/impact.py
jenkins-wcr / Pylint
consider-using-from-import
LOW:
Use 'from matplotlib import animation' instead
Raw output
no description found
Check warning on line 492 in climada/engine/impact.py
jenkins-wcr / Pylint
too-many-positional-arguments
LOW:
Too many positional arguments (6/5)
Raw output
no description found
Check warning on line 592 in climada/engine/impact.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