## Problem Statement Currently, when auto-correction is provided for a rule, it's always running it, even when run via build-script in Xcode. ## Suggested Solution Provide an option to lint only, without auto-correcting, e.g. `--no-autocorrect` / `-n`.
Problem Statement
Currently, when auto-correction is provided for a rule, it's always running it, even when run via build-script in Xcode.
Suggested Solution
Provide an option to lint only, without auto-correcting, e.g.
--no-autocorrect/-n.