Action
public enum Action : String
The action (verb) that SwiftLint should perform when interpreting this command.
-
The rule(s) associated with this command should be enabled by the SwiftLint engine.
Declaration
Swift
case enable -
The rule(s) associated with this command should be disabled by the SwiftLint engine.
Declaration
Swift
case disable -
The action string was invalid.
Declaration
Swift
case invalid
View on GitHub
Install in Dash