-
Notifications
You must be signed in to change notification settings - Fork 984
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
Raise clj-kondo linter levels #17289
Conversation
Jenkins Builds
|
event-js | ||
true) | ||
"wallet" (ethereum.subscriptions/new-wallet-event cofx | ||
"node.login" (profile.login/login-node-signal cofx (transforms/js->clj event-js)) |
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.
FYI: I had to reformat this file because somehow it got merged into develop
incorrectly.
FYI: @churik, as an exception, I'm going to merge this PR without running e2e because it only fixes some linter rules (which are impacting other devs). As you know, the checks are all static and have no runtime/behavioral impact. |
Thank you for tagging |
Summary
Recently, we changed clj-kondo default
fail-level
fromwarning
toerror
, but we missed the fact that we needed to raise the default level for all linters set towarning
.This PR fixes this problem at once.
Areas that may be impacted
None.
status: ready