Returns string output of applying this single patch.
Returns string output of applying this single patch.
Returns linter messages to report violations of this rule.
Returns linter messages to report violations of this rule.
Returns unified diff from applying this patch
Returns unified diff from applying this patch
Returns a patch to fix violations of this rule.
Returns a patch to fix violations of this rule.
Initialize this rule with the given user configuration.
Initialize this rule with the given user configuration.
This method is called once by scalafix before rule is called. Use this method to either read custom configuration or to build expensive indices.
The .scalafix.conf configuration.
the initialized rule or an error. If no initialization is needed, return Configured.Ok(this).
Combine this rule with another rule.
Combine this rule with another rule.