-
Notifications
You must be signed in to change notification settings - Fork 66
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
False positive suspicious-expression #207
Comments
Also, changing
Still fails with "suspicious-expression: + called with 0 args", even though it is only ever called with 2 args. |
I tried adding a config file with: (disable-warning
{:linter :suspicious-expression
:for-macro 'clojure.core/+
:if-inside-macroexpansion-of #{'clojure.test/is}}) But it doesn't suppress this warning, is it because |
vemv
added a commit
to reducecombine/eastwood
that referenced
this issue
May 1, 2021
Close jonase#116 (nothing had to be fixed; only proves that the bug is now absent) Fixes jonase#207 Fixes jonase#313
vemv
added a commit
to reducecombine/eastwood
that referenced
this issue
May 1, 2021
Close jonase#116 (nothing had to be fixed; only proves that the bug is now absent) Fixes jonase#207 Fixes jonase#313
2 tasks
slipset
pushed a commit
that referenced
this issue
May 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code:
Causes the following failure:
Even though the
+
is never called.The text was updated successfully, but these errors were encountered: