-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make linter more similar to zino #19
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #19 +/- ##
=======================================
Coverage 71.60% 71.60%
=======================================
Files 13 13
Lines 1363 1363
=======================================
Hits 976 976
Misses 387 387 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See needed procedure. We're lucky that we have so few branches, on a repo with plenty branches, solving the resulting conflicts would be ulcer-inducing.
b83dfed
to
8fd2dda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blindly reformatting test fixtures is not wise, see also other comments.
1fecd50
to
ed8129d
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
SonarCloud is failing due to things in legacy code that is reformatted by the new linters. This PR does not introduce any new code. |
This code should not be merged before squashing all the linting commits and then adding the linting commit to the git-blame ignore file |
5b1fae2
to
f49a5d1
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
I have now removed the formatting with black, ruff and isort. |
The main fix to the linting problems is setting
DEFAULT_BRANCH
to main instead of master (dumb copy-paste error).