Closed coreywoodfield closed 5 months ago
I'm aware that -Wconf
originally configured configurable warnings, which were warnings normally collected for a "summary" report. If -Wconf
can configure any warning, then all warnings must be treated the same way, including warnings that don't have a summary report.
should use runReporting.warning
... should use refchecksWarning
...
I admit I avoid the overloaded runReporting.warning
because of decision fatigue.
Reproduction steps
Scala version: 2.13.13
Problem
-Xlint:cloneable level isn't changed by -Wconf:any settings, whereas -Xlint:nullary-unit and every other lint setting I've tested is