@@ -168,14 +168,14 @@ private sealed trait WarningSettings:
168
168
choices = List (
169
169
ChoiceWithHelp (" nowarn" , " " ),
170
170
ChoiceWithHelp (" all" ," " ),
171
- ChoiceWithHelp (" imports" ," Warn if an import selector is not referenced. " ),
172
- ChoiceWithHelp (" patvars" ," Warn if a variable bound in a pattern is unused. " ),
173
- ChoiceWithHelp (" privates" ," Warn if a private member is unused. " ),
174
- ChoiceWithHelp (" locals" ," Warn if a local definition is unused. " ),
175
- ChoiceWithHelp (" explicits" ," Warn if an explicit parameter is unused. " ),
176
- ChoiceWithHelp (" implicits" ," Warn if an implicit parameter is unused. " ),
177
- ChoiceWithHelp (" params" ," Enable -Wunused:explicits,implicits. " ),
178
- ChoiceWithHelp (" linted" ," Enable -Wunused:imports,privates,locals,implicits. " )
171
+ ChoiceWithHelp (" imports" ," Warn if an import selector is not referenced" ),
172
+ ChoiceWithHelp (" patvars" ," Warn if a variable bound in a pattern is unused" ),
173
+ ChoiceWithHelp (" privates" ," Warn if a private member is unused" ),
174
+ ChoiceWithHelp (" locals" ," Warn if a local definition is unused" ),
175
+ ChoiceWithHelp (" explicits" ," Warn if an explicit parameter is unused" ),
176
+ ChoiceWithHelp (" implicits" ," Warn if an implicit parameter is unused" ),
177
+ ChoiceWithHelp (" params" ," Enable -Wunused:explicits,implicits" ),
178
+ ChoiceWithHelp (" linted" ," Enable -Wunused:imports,privates,locals,implicits" )
179
179
),
180
180
default = Nil
181
181
)
0 commit comments