From 17a31e11f944c27a70cad191ecb8d0cbcdacc501 Mon Sep 17 00:00:00 2001 From: Martin Redington Date: Fri, 27 Dec 2024 15:38:58 +0000 Subject: [PATCH] tweaked --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0bc1756a9..920461856f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ * Adds a new `--report-coverage` command line option for the `lint` and `analyze` subcommands, and an equivalent `report_coverage` configuration file setting. Coverage is measured against enabled rules (reflecting disablement of enabled rules via `swiftlint:disable`), and also against all linter - or analyzer rules (reflecting the usage of Swiftlint versus it's potential usage). + or analyzer rules (reflecting the actual usage of Swiftlint versus its potential). [Martin Redington](https://github.com/mildm8nnered) [#5907](https://github.com/realm/SwiftLint/issues/5907)