Skip to content

Commit dc838a6

Browse files
committed
added
1 parent cfb1b8d commit dc838a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,12 @@
123123

124124
### Experimental
125125

126-
* None.
126+
* 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)
127132

128133
### Enhancements
129134

0 commit comments

Comments
 (0)