We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please chime on this discussion:
clj-kondo/clj-kondo#241
After processing the feedback, we can extract a style guide "rule" from this.
The text was updated successfully, but these errors were encountered:
Would you be interested in distilling a rule for this now that dust has settled?
Sorry, something went wrong.
@bbatsov The convention that clj-kondo ended up adopting:
If a namespace has been required without :refer or :alias then it is assumed to be required for side effects and will not be reported as unused.
:refer
:alias
No branches or pull requests
Please chime on this discussion:
clj-kondo/clj-kondo#241
After processing the feedback, we can extract a style guide "rule" from this.
The text was updated successfully, but these errors were encountered: