Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mildm8nnered committed Mar 24, 2024
1 parent 926b13c commit 590d2da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@
[Muhammad Zeeshan](https://github.com/mzeeshanid)
[#2802](https://github.com/realm/SwiftLint/issues/2802)

* Add two new options to the `lint` and `analyze` commands: `--write-baseline`
to save a baseline to disk, and `--baseline` to read a saved baseline and
use it to filter out detected pre-existing violations. A new `report-baseline`
command uses the reporters to print the violations in a baseline.
[Martin Redington](https://github.com/mildm8nnered)
[#5475](https://github.com/realm/SwiftLint/pull/5475)

* Rewrite the following rules with SwiftSyntax:
* `explicit_acl`
* `extension_access_modifier`
Expand Down Expand Up @@ -156,6 +149,13 @@
[phlippieb](https://github.com/phlippieb)
[#5471](https://github.com/realm/SwiftLint/issues/5471)

* Add two new options to the `lint` and `analyze` commands: `--write-baseline`
to save a baseline to disk, and `--baseline` to read a saved baseline and
use it to filter out detected pre-existing violations. A new `report-baseline`
command uses the reporters to print the violations in a baseline.
[Martin Redington](https://github.com/mildm8nnered)
[#5475](https://github.com/realm/SwiftLint/pull/5475)

#### Bug Fixes

* Silence `discarded_notification_center_observer` rule in closures. Furthermore,
Expand Down

0 comments on commit 590d2da

Please sign in to comment.