-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add a flag that enables all linting #18559
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
Labels
area:linting
Linting warnings enabled with -W or -Xlint
area:settings
Issues tied to command line options & settings.
itype:enhancement
Comments
The topic of research is what to name it. I previously tried legacy Conforming Maybe there is a linguist at EPFL. |
fwiw, gcc uses |
I happen to be reading Moby-Dick, |
Closed
closed by #20577 |
eejbyfeldt
added a commit
to eejbyfeldt/scalafix
that referenced
this issue
Jun 6, 2025
Was implemented in the scala3 compiler with this issue scala/scala3#18559
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:linting
Linting warnings enabled with -W or -Xlint
area:settings
Issues tied to command line options & settings.
itype:enhancement
Having a flag enabling all the linting options at once would be helpful. More and more linting is being added, and writing all the flags can make the compile command long. It is also a standard user path to enable all the linting options.
The text was updated successfully, but these errors were encountered: