-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Support a way to run Scalafmt on the build files #1751
Comments
Currently there is no such target, but I think it is a good idea to have it. It should probably also contain all included files, which we need also in other places like e.g. IDE/BSP support. |
I opened a RFC which might affect this issue. |
I opened two PR to support running targets on meta-builds (#2719) and to look up the
|
Thank you very much for this @lefou! 👏👏👏👏 |
Is there a way to lint the build files?
In my projects I usually define a target like:
And then I run Scalafmt with:
It would be nice if there was a way to access the build sources without having to define them manually.
The text was updated successfully, but these errors were encountered: