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
Once we start writing more custom phase extensions to the repository, we need to set up a convention to follow. Rules like
.bzl
phase_scalafmt.bzl
phase_scalafmt_ext.bzl
ext_scalafmt
ScalaRulePhase
scalafmt_singleton
Once we have agreements, I am happy to write it to a README.
The text was updated successfully, but these errors were encountered:
I agree. Sounds to me like #965 needs to be defined first, no? If so we should advance (hopefully next week) it and then indeed agree on this
Sorry, something went wrong.
Add experimental support for Java 15 class files (bazelbuild#992)
b5f1b5d
No branches or pull requests
Once we start writing more custom phase extensions to the repository, we need to set up a convention to follow. Rules like
.bzl
file (e.g.phase_scalafmt.bzl
).bzl
file (e.g.phase_scalafmt_ext.bzl
)ext_scalafmt
)ScalaRulePhase
(e.g.scalafmt_singleton
)Once we have agreements, I am happy to write it to a README.
The text was updated successfully, but these errors were encountered: