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

Make :unused-locals configurable #449

Open
christophe-riolo opened this issue Dec 21, 2023 · 1 comment
Open

Make :unused-locals configurable #449

christophe-riolo opened this issue Dec 21, 2023 · 1 comment

Comments

@christophe-riolo
Copy link

Hello,

I was running in a similar issue as #193 , but as in #445 I run into Unknown error: java.lang.IllegalArgumentException: No matching clause: :unused-locals when I try to implement the :if-inside-macroexpansion-of, which makes me think that the same kind of fix is needed for this linter.

Thanks for Eastwood 🙏

@vemv
Copy link
Collaborator

vemv commented Dec 21, 2023

Hi!

Thanks for the report.

I may give it a shot, however :unused-locals is one of those things where clj-kondo does an excellent job as well.

Normally I try to put effort in the areas where Eastwood still uniquely shines.

You can, in the meantime, use https://github.com/jonase/eastwood#ignored-faults which always works for all available linters.

Cheers - V

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

No branches or pull requests

2 participants