Skip to content
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

Merged
merged 3 commits into from
Sep 14, 2023
Merged

Conversation

ilmotta
Copy link
Contributor

@ilmotta ilmotta commented Sep 14, 2023

Summary

Recently, we changed clj-kondo default fail-level from warning to error, but we missed the fact that we needed to raise the default level for all linters set to warning.

This PR fixes this problem at once.

Areas that may be impacted

None.

status: ready

@status-im-auto
Copy link
Member

status-im-auto commented Sep 14, 2023

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
5a2a75d #1 2023-09-14 14:09:46 ~3 min tests 📄log
✔️ 5a2a75d #1 2023-09-14 14:13:13 ~6 min android-e2e 🤖apk 📲
✔️ 5a2a75d #1 2023-09-14 14:13:23 ~6 min android 🤖apk 📲
✔️ 0e66e79 #2 2023-09-14 14:22:32 ~8 min android 🤖apk 📲
✔️ 0e66e79 #2 2023-09-14 14:23:38 ~9 min android-e2e 🤖apk 📲
✔️ 0e66e79 #2 2023-09-14 14:24:19 ~10 min ios 📱ipa 📲
✔️ 0e66e79 #2 2023-09-14 14:24:23 ~10 min tests 📄log

event-js
true)
"wallet" (ethereum.subscriptions/new-wallet-event cofx
"node.login" (profile.login/login-node-signal cofx (transforms/js->clj event-js))
Copy link
Contributor Author

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.

@ilmotta
Copy link
Contributor Author

ilmotta commented Sep 14, 2023

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.

@ilmotta ilmotta merged commit e2f837f into develop Sep 14, 2023
2 checks passed
@ilmotta ilmotta deleted the ilmotta/raise-clj-kondo-linter-levels branch September 14, 2023 14:28
@churik
Copy link
Member

churik commented Sep 14, 2023

Thank you for tagging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants