Feature/from netcdf fast #993
Open
Jenkins - WCR / Pylint
succeeded
Jan 27, 2025 in 0s
4 new issues, 893 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
893 | 4 | 889 | 2 | 👎 |
Reference build: climada_branches » develop #1214
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 0 | 4 |
Annotations
Check warning on line 645 in climada/hazard/tc_tracks.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 1624 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
invalid-name
LOW:
Method name "define_tc_category_FAST" 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 1660 in climada/hazard/tc_tracks.py
jenkins-wcr / Pylint
invalid-name
LOW:
Method name "from_FAST" 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 2826 in climada/hazard/tc_tracks.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
Loading