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

Drop clj-kondo dir from linting #18328

Merged
merged 8 commits into from
Jan 9, 2024
Merged

Drop clj-kondo dir from linting #18328

merged 8 commits into from
Jan 9, 2024

Conversation

ibrkhalil
Copy link
Contributor

@ibrkhalil ibrkhalil commented Dec 30, 2023

fixes #17947

Summary

Adjusts the clojure file grep search pattern to not include files in ./clj-kondo when running make lint-fix or make lint

status: ready

@ibrkhalil ibrkhalil self-assigned this Dec 30, 2023
@status-im-auto
Copy link
Member

status-im-auto commented Dec 30, 2023

Jenkins Builds

Click to see older builds (16)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 914c05d #1 2023-12-30 11:58:45 ~4 min tests 📄log
✔️ 914c05d #1 2023-12-30 12:01:06 ~6 min android 🤖apk 📲
✔️ 914c05d #1 2023-12-30 12:01:53 ~7 min android-e2e 🤖apk 📲
✔️ 914c05d #1 2023-12-30 12:08:44 ~14 min ios 📱ipa 📲
✔️ 40045f2 #2 2023-12-30 21:17:07 ~4 min tests 📄log
✔️ 40045f2 #2 2023-12-30 21:18:12 ~5 min ios 📱ipa 📲
✔️ 40045f2 #2 2023-12-30 21:20:05 ~7 min android-e2e 🤖apk 📲
✔️ 40045f2 #2 2023-12-30 21:20:32 ~7 min android 🤖apk 📲
✔️ a97fdaa #4 2024-01-06 16:37:59 ~4 min tests 📄log
✔️ a97fdaa #4 2024-01-06 16:39:44 ~6 min android 🤖apk 📲
✔️ a97fdaa #4 2024-01-06 16:41:01 ~7 min android-e2e 🤖apk 📲
✔️ a97fdaa #4 2024-01-06 16:59:53 ~26 min ios 📱ipa 📲
✔️ 7ee5ea9 #5 2024-01-08 16:25:12 ~5 min tests 📄log
✔️ 7ee5ea9 #5 2024-01-08 16:25:54 ~5 min ios 📱ipa 📲
✔️ 7ee5ea9 #5 2024-01-08 16:34:37 ~14 min android 🤖apk 📲
✔️ 7ee5ea9 #5 2024-01-08 16:34:41 ~14 min android-e2e 🤖apk 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ d86f8d8 #6 2024-01-09 10:20:53 ~5 min tests 📄log
✔️ d86f8d8 #6 2024-01-09 10:21:03 ~5 min ios 📱ipa 📲
✔️ d86f8d8 #6 2024-01-09 10:23:03 ~7 min android-e2e 🤖apk 📲
✔️ d86f8d8 #6 2024-01-09 10:23:09 ~7 min android 🤖apk 📲
✔️ 433449d #7 2024-01-09 11:51:27 ~5 min ios 📱ipa 📲
✔️ 433449d #7 2024-01-09 11:51:34 ~5 min tests 📄log
✔️ 433449d #7 2024-01-09 11:53:31 ~7 min android 🤖apk 📲
✔️ 433449d #7 2024-01-09 12:05:32 ~19 min android-e2e 🤖apk 📲

Makefile Outdated Show resolved Hide resolved
Copy link
Contributor

@siddarthkay siddarthkay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, I would also like @ilmotta and @yqrashawn to have a look since they have context.

Copy link
Contributor

@ilmotta ilmotta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ibrkhalil.

We shouldn't ignore .clj-kondo/ entirely. The rule should be:

Only lint files under .clj-kondo/status-im/ and .clj-kondo/config.edn, the rest is assumed to be auto-generated from our dependencies and are out of our control.

@ibrkhalil
Copy link
Contributor Author

Thanks @ibrkhalil.

We shouldn't ignore .clj-kondo/ entirely. The rule should be:

Only lint files under .clj-kondo/status-im/ and .clj-kondo/config.edn, the rest is assumed to be auto-generated from our dependencies and are out of our control.

Improved, Can you please take another look?

Copy link
Contributor

@ilmotta ilmotta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you @ibrkhalil!

@ibrkhalil ibrkhalil merged commit 6d5ef17 into develop Jan 9, 2024
6 checks passed
@ibrkhalil ibrkhalil deleted the 17947 branch January 9, 2024 12:19
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.

check in taoensso and babashka inside ./clj-kondo into version control but prevent them from being formatted
5 participants