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

A third party disable for and within Slingshot's try+ #196

Merged
merged 1 commit into from Jul 4, 2018

Conversation

bruceadams
Copy link
Contributor

This successfully avoids the suspicious-expression warning in a simple
test case. I don't understand what :within-depth really means. The
"10" I have in there was the minimum that successfully suppressed the
warning. An alternate approach for avoiding this warning is this pull
request scgilardi/slingshot#55

This successfully avoids the suspicious-expression warning in a simple
test case. I don't understand what :within-depth really means. The
"10" I have in there was the minimum that successfully suppressed the
warning. An alternate approach for avoiding this warning is this pull
request scgilardi/slingshot#55
{:linter :suspicious-expression
:for-macro 'clojure.core/and
:if-inside-macroexpansion-of #{'slingshot.slingshot/try+}
:within-depth 10
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

scgilardi/slingshot#55 (comment) indicates that :within-depth 10 is not high enough.

@slipset slipset merged commit 925a5bc into jonase:master Jul 4, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants