We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb1b8d commit dc838a6Copy full SHA for dc838a6
CHANGELOG.md
@@ -123,7 +123,12 @@
123
124
### Experimental
125
126
-* None.
+* Adds a new `--report-coverage` command line option for the `lint` and `analyze` subcommands, and an
127
+ equivalent `report_coverage` configuration file setting. Coverage is measured against enabled
128
+ rules (reflecting disablement of enabled rules via `swiftlint:disable`), and also against all linter
129
+ or analyzer rules (reflecting the usage of Swiftlint versus it's potential usage).
130
+ [Martin Redington](https://github.com/mildm8nnered)
131
+ [#5907](https://github.com/realm/SwiftLint/issues/5907)
132
133
### Enhancements
134
0 commit comments