15 new issues, 468 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
468 | 15 | 453 | 10 | 👎 |
Reference build: climada_branches » develop #1176
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 1 | 14 |
Annotations
Check warning on line 1764 in climada/util/coordinates.py
jenkins-wcr / Pylint
c-extension-no-member
LOW:
Module 'rasterio.crs' has no 'CRS' member, but source is unavailable. Consider adding this module to extension-pkg-whitelist if you want to perform analysis based on run-time introspection of living objects.
Raw output
no description found
Check warning on line 1766 in climada/util/coordinates.py
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 1766 in climada/util/coordinates.py
jenkins-wcr / Pylint
too-many-locals
LOW:
Too many local variables (19/15)
Raw output
Used when a function or method has too many local variables.
Check warning on line 2372 in climada/util/coordinates.py
jenkins-wcr / Pylint
too-many-locals
LOW:
Too many local variables (24/15)
Raw output
Used when a function or method has too many local variables.
Check warning on line 2372 in climada/util/coordinates.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 306 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
raise-missing-from
NORMAL:
Consider explicitly re-raising using the 'from' keyword
Raw output
no description found
Check warning on line 997 in climada/hazard/centroids/centr.py
jenkins-wcr / Pylint
invalid-name
LOW:
Variable name "df" 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 282 in climada/entity/exposures/base.py
jenkins-wcr / Pylint
too-complex
LOW:
'__init__' is too complex. The McCabe rating is 11
Raw output
no description found
Check warning on line 282 in climada/entity/exposures/base.py
jenkins-wcr / Pylint
too-many-arguments
LOW:
Too many arguments (16/7)
Raw output
Used when a function or method takes too many arguments.
Check warning on line 282 in climada/entity/exposures/base.py
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 452 in climada/entity/exposures/base.py
jenkins-wcr / Pylint
use-a-generator
LOW:
Use a generator instead 'any(col.startswith(INDICATOR_CENTR) for col in self.gdf.columns)'
Raw output
no description found
Check warning on line 26 in climada/entity/exposures/base.py
jenkins-wcr / Pylint
wrong-import-order
LOW:
standard import "import logging" should be placed before "from deprecation import deprecated"
Raw output
Used when PEP8 import order is not respected (standard imports first, thenthird-party libraries, then local imports)
Check warning on line 27 in climada/entity/exposures/base.py
jenkins-wcr / Pylint
wrong-import-order
LOW:
standard import "import copy" should be placed before "from deprecation import deprecated"
Raw output
Used when PEP8 import order is not respected (standard imports first, thenthird-party libraries, then local imports)
Check warning on line 28 in climada/entity/exposures/base.py
jenkins-wcr / Pylint
wrong-import-order
LOW:
standard import "from pathlib import Path" should be placed before "from deprecation import deprecated"
Raw output
Used when PEP8 import order is not respected (standard imports first, thenthird-party libraries, then local imports)
Check warning on line 29 in climada/entity/exposures/base.py
jenkins-wcr / Pylint
wrong-import-order
LOW:
standard import "import warnings" should be placed before "from deprecation import deprecated"
Raw output
Used when PEP8 import order is not respected (standard imports first, thenthird-party libraries, then local imports)