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
assoc!
The "contract" for transients is that they have to returned as a value.
Performing assoc! as a side-effect is therefore error-prone.
It should be easy to tweak Eastwood config to ban this.
Full discussion: https://clojurians.slack.com/archives/C03S1KBA2/p1663107357949519
The text was updated successfully, but these errors were encountered:
Lint against incorrect transient usage
62592f8
Closes #441
b3484d6
Lint against incorrect transient usage (#442)
d289d06
* Lint against incorrect transient usage Closes #441
Successfully merging a pull request may close this issue.
The "contract" for transients is that they have to returned as a value.
Performing
assoc!
as a side-effect is therefore error-prone.It should be easy to tweak Eastwood config to ban this.
Full discussion: https://clojurians.slack.com/archives/C03S1KBA2/p1663107357949519
The text was updated successfully, but these errors were encountered: