Skip to content

Commit

Permalink
Mention lowest compiler version that builds SwiftLint successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Jan 12, 2025
1 parent 5263712 commit 14e9a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* The `inert_defer` and `unused_capture_list` rules have completely been removed after being deprecated for 2 years.
[SimplyDanny](https://github.com/SimplyDanny)

* SwiftLint now requires a Swift 6 or higher compiler to build.
* SwiftLint now requires a Swift 5.10 or higher compiler to build. [The Swift Package Manager plugins](https://github.com/SimplyDanny/SwiftLintPlugins) continue to work with Swift 5.9.
[SimplyDanny](https://github.com/SimplyDanny)

* The `private_unit_test` rule's deprecated `regex` configuration option has been removed after 2 years.
Expand Down

0 comments on commit 14e9a33

Please sign in to comment.