Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak the auto-correction result console output for clarity (#3522)
A colleague was confused by the output of `swiftlint autocorrect`, she couldn't understand why SwiftLint told her it corrected thousands of files when she only touched one. The "Done correcting \(files.count) ..." output made her think that a change was made on each of the `files`, when really they had only been inspected. A good solution would be to adopt a similar approach as the `lint` command does. Not being familiar with the codebase, I though a good first step could have been to tweak the message a bit, making it clearer that the count printed to the console is the inspected files.
- Loading branch information