Skip to content

Commit

Permalink
Move changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Sep 1, 2022
1 parent ea41b9f commit d72877a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,18 @@ accordingly._
progress bar instead of each file being processed.
[JP Simard](https://github.com/jpsim)

* `--fix` now works with `--use-stdin`, printing the output to to STDOUT instead
of crashing.
[SimplyDanny](https://github.com/SimplyDanny)
[#4127](https://github.com/realm/SwiftLint/issues/4127)

#### Bug Fixes

* Migrate `empty_xctest_method` rule to SwiftSyntax fixing some false positives.
[SimplyDanny](https://github.com/SimplyDanny)
[#3647](https://github.com/realm/SwiftLint/issues/3647)
[#3691](https://github.com/realm/SwiftLint/issues/3691)

* Print autocorrected STDIN input to STDOUT fixing a fatal error.
[SimplyDanny](https://github.com/SimplyDanny)
[#4127](https://github.com/realm/SwiftLint/issues/4127)

* Fix false positives in `redundant_discardable_let` when using
`async let`.
[Martin Hosna](https://github.com/mhosna)
Expand Down

0 comments on commit d72877a

Please sign in to comment.