-
Notifications
You must be signed in to change notification settings - Fork 186
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
Disable should report error on banned symbols in select chains #679
Comments
Everything works fine :) Current implementation skips only |
vovapolu
added a commit
to vovapolu/scalafix
that referenced
this issue
Apr 11, 2018
Can you send a PR adding a test for |
:D done |
Fixed in #691 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the snippet
a.banned1(1, 2).c.banned2
. If the user has configuredDisable
to report an error on symbolsbanned1
andbanned2
then I would expect two errors to be reported. Changes in #669 may introduce a bug so that only one error is reported, I am not 100% but we should at least add a test case for this scenario.The text was updated successfully, but these errors were encountered: