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
Originally reported in scalacenter/scalafix#803
I want to disable the default string interpolation.
metap tells me that it is this symbol
[52:20..52:21) => scala/StringContext#s().
but this rule fails to work in either Disable.symbols or Disable.ifSynthetic
Disable.symbols
Disable.ifSynthetic
{ symbol = "scala/StringContext#s()." message = "use the safe `z`, `cord` and `str` interpolators" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally reported in scalacenter/scalafix#803
I want to disable the default string interpolation.
metap tells me that it is this symbol
but this rule fails to work in either
Disable.symbols
orDisable.ifSynthetic
The text was updated successfully, but these errors were encountered: