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 ce21718 commit 7d65b38Copy full SHA for 7d65b38
CHANGELOG.md
@@ -134,7 +134,12 @@
134
135
### Experimental
136
137
-* None.
+* Adds a new `--report-coverage` command line option for the `lint` and `analyze` subcommands, and an
138
+ equivalent `report_coverage` configuration file setting. Coverage is measured against enabled
139
+ rules (reflecting disablement of enabled rules via `swiftlint:disable`), and also against all linter
140
+ or analyzer rules (reflecting the usage of Swiftlint versus it's potential usage).
141
+ [Martin Redington](https://github.com/mildm8nnered)
142
+ [#5907](https://github.com/realm/SwiftLint/issues/5907)
143
144
### Enhancements
145
0 commit comments