-
Notifications
You must be signed in to change notification settings - Fork 985
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
Conversation
Jenkins BuildsClick to see older builds (16)
|
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.
Looks good to me, I would also like @ilmotta and @yqrashawn to have a look since they have context.
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.
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? |
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.
LGTM, thank you @ibrkhalil!
fixes #17947
Summary
Adjusts the clojure file grep search pattern to not include files in ./clj-kondo when running
make lint-fix
ormake lint
status: ready