Skip to content

concat hazard objects and update doc

Jenkins - WCR / Pylint succeeded Sep 27, 2024 in 0s

91 new issues, 381 total

Total New Outstanding Fixed Trend
381 91 290 0 👎

Reference build: petals_branches » develop #266

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 28 63

Annotations

Check warning on line 419 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

fixme

NORMAL:
TODO: add functionality
Raw output
no description found

Check warning on line 61 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

trailing-whitespace

LOW:
Trailing whitespace
Raw output
Used when there is whitespace between the end of a line and the newline.

Check warning on line 82 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

trailing-whitespace

LOW:
Trailing whitespace
Raw output
Used when there is whitespace between the end of a line and the newline.

Check warning on line 100 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

trailing-whitespace

LOW:
Trailing whitespace
Raw output
Used when there is whitespace between the end of a line and the newline.

Check warning on line 112 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

trailing-whitespace

LOW:
Trailing whitespace
Raw output
Used when there is whitespace between the end of a line and the newline.

Check warning on line 130 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

trailing-whitespace

LOW:
Trailing whitespace
Raw output
Used when there is whitespace between the end of a line and the newline.

Check warning on line 253 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

trailing-whitespace

LOW:
Trailing whitespace
Raw output
Used when there is whitespace between the end of a line and the newline.

Check warning on line 263 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

trailing-whitespace

LOW:
Trailing whitespace
Raw output
Used when there is whitespace between the end of a line and the newline.

Check warning on line 305 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

trailing-whitespace

LOW:
Trailing whitespace
Raw output
Used when there is whitespace between the end of a line and the newline.

Check warning on line 310 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

trailing-whitespace

LOW:
Trailing whitespace
Raw output
Used when there is whitespace between the end of a line and the newline.

Check warning on line 391 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

trailing-whitespace

LOW:
Trailing whitespace
Raw output
Used when there is whitespace between the end of a line and the newline.

Check warning on line 412 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr 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 513 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

trailing-whitespace

LOW:
Trailing whitespace
Raw output
Used when there is whitespace between the end of a line and the newline.

Check warning on line 518 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

trailing-whitespace

LOW:
Trailing whitespace
Raw output
Used when there is whitespace between the end of a line and the newline.

Check warning on line 534 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

missing-final-newline

LOW:
Final newline missing
Raw output
Used when the last line in a file is missing a newline.

Check warning on line 84 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr 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 109 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

bare-except

NORMAL:
No exception type(s) specified
Raw output
Used when an except clause doesn't specify exceptions type to catch.

Check warning on line 118 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

logging-fstring-interpolation

NORMAL:
Use lazy % formatting in logging functions
Raw output
no description found

Check warning on line 131 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

no-else-return

LOW:
Unnecessary "else" after "return"
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 84 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

inconsistent-return-statements

LOW:
Either all return statements in a function should return an expression, or none of them should.
Raw output
no description found

Check warning on line 136 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

no-self-use

LOW:
Method could be a function
Raw output
Used when a method doesn't use its bound instance, and so could be written asa function.

Check warning on line 160 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

invalid-name

LOW:
Variable name "m" 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 147 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

no-self-use

LOW:
Method could be a function
Raw output
Used when a method doesn't use its bound instance, and so could be written asa function.

Check warning on line 174 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

redefined-builtin

NORMAL:
Redefining built-in 'vars'
Raw output
Used when a variable or function override a built-in.

Check warning on line 175 in climada_petals/hazard/copernicus_forecast/handler.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

redefined-builtin

NORMAL:
Redefining built-in 'format'
Raw output
Used when a variable or function override a built-in.