Skip to content

Merge branch 'feature/exposures_crs' into feature/split_hazard_module

Jenkins - WCR / Pylint succeeded May 8, 2024 in 0s

15 new issues, 464 total

Total New Outstanding Fixed Trend
464 15 449 15 👎

Reference build: climada_branches » develop #1136

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 15

Annotations

Check warning on line 107 in climada/hazard/io.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-complex

LOW:
'from_raster' is too complex. The McCabe rating is 11
Raw output
no description found

Check warning on line 1096 in climada/hazard/io.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-complex

LOW:
'_read_att_mat' is too complex. The McCabe rating is 14
Raw output
no description found

Check warning on line 107 in climada/hazard/io.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-arguments

LOW:
Too many arguments (15/7)
Raw output
Used when a function or method takes too many arguments.

Check warning on line 107 in climada/hazard/io.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-locals

LOW:
Too many local variables (23/15)
Raw output
Used when a function or method has too many local variables.

Check warning on line 1186 in climada/hazard/io.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-arguments

LOW:
Too many arguments (11/7)
Raw output
Used when a function or method takes too many arguments.

Check warning on line 166 in climada/hazard/plot.py

See this annotation in the file changed.

@jenkins-wcr 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 166 in climada/hazard/plot.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-locals

LOW:
Too many local variables (18/15)
Raw output
Used when a function or method has too many local variables.

Check warning on line 1 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-lines

LOW:
Too many lines in module (1002/1000)
Raw output
Used when a module has too much lines, reducing its readability.

Check warning on line 231 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-complex

LOW:
'select' is too complex. The McCabe rating is 21
Raw output
no description found

Check warning on line 680 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-complex

LOW:
'append' is too complex. The McCabe rating is 14
Raw output
no description found

Check warning on line 231 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-arguments

LOW:
Too many arguments (8/7)
Raw output
Used when a function or method takes too many arguments.

Check warning on line 231 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-locals

LOW:
Too many local variables (22/15)
Raw output
Used when a function or method has too many local variables.

Check warning on line 231 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-branches

LOW:
Too many branches (22/12)
Raw output
Used when a function or method has too many branches, making it hard tofollow.

Check warning on line 231 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-statements

LOW:
Too many statements (56/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 680 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr 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.