File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/cli/src/main/scala/scala/cli/commands/scalafix Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,25 +19,25 @@ final case class ScalafixOptions(
19
19
shared : SharedOptions = SharedOptions (),
20
20
21
21
@ Group (HelpGroup .Format .toString)
22
- @ Tag (tags.implementation )
22
+ @ Tag (tags.experimental )
23
23
@ HelpMessage (" Custom path to the scalafix configuration file." )
24
24
@ Tag (tags.inShortHelp)
25
25
scalafixConf : Option [String ] = None ,
26
26
27
27
@ Group (HelpGroup .Format .toString)
28
- @ Tag (tags.implementation )
28
+ @ Tag (tags.experimental )
29
29
@ HelpMessage (" Pass extra argument(s) to scalafix." )
30
30
@ Tag (tags.inShortHelp)
31
31
scalafixArg : List [String ] = Nil ,
32
32
33
33
@ Group (HelpGroup .Format .toString)
34
- @ Tag (tags.implementation )
34
+ @ Tag (tags.experimental )
35
35
@ HelpMessage (" Run rule(s) explicitly, overriding the configuration file default." )
36
36
@ Tag (tags.inShortHelp)
37
37
rules : List [String ] = Nil ,
38
38
39
39
@ Group (HelpGroup .Format .toString)
40
- @ Tag (tags.should )
40
+ @ Tag (tags.experimental )
41
41
@ HelpMessage (" Fail the invocation instead of applying fixes" )
42
42
@ Tag (tags.inShortHelp)
43
43
check : Boolean = false ,
You can’t perform that action at this time.
0 commit comments