Remove implicit use of CRS in code base - #1020
Closed
luseverin wants to merge 68 commits into
Closed
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Jenkins - WCR / Pylint
succeeded
Jun 27, 2025 in 0s
4 new issues, 886 total
| Total | New | Outstanding | Fixed | Trend |
|---|---|---|---|---|
| 886 | 4 | 882 | 2 | 👎 |
Reference build: climada_branches » develop #1262
Details
Severity distribution of new issues
| Error | Warning High | Warning Normal | Warning Low |
|---|---|---|---|
| 0 | 0 | 2 | 2 |
Annotations
Check warning on line 1457 in climada/util/coordinates.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 1513 in climada/util/coordinates.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 1456 in climada/util/coordinates.py
jenkins-wcr / Pylint
logging-fstring-interpolation
NORMAL:
Use lazy % formatting in logging functions
Raw output
no description found
Check warning on line 1512 in climada/util/coordinates.py
jenkins-wcr / Pylint
logging-fstring-interpolation
NORMAL:
Use lazy % formatting in logging functions
Raw output
no description found
Loading