Skip to content

Commit

Permalink
Add CHANGELOG entry for all three new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Jul 30, 2018
1 parent e11bac4 commit e650cbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,20 @@
[Cihat Gündüz](https://github.com/Dschee)
[#2307](https://github.com/realm/SwiftLint/issues/2307)

* Add new opt-in rule `multiline_arguments_brackets` to warn against multiline
function call arguments with surrounding brackets without newline.
[Cihat Gündüz](https://github.com/Dschee)
[#2306](https://github.com/realm/SwiftLint/issues/2306)

* Add new opt-in rule `multiline_literal_brackets` to warn against multiline
literal arrays & dictionaries with surrounding brackets without newline.
[Cihat Gündüz](https://github.com/Dschee)
[#2306](https://github.com/realm/SwiftLint/issues/2306)

* Add new opt-in rule `multiline_parameters_brackets` to warn against multiline
function definition parameters with surrounding brackets without newline.
[Cihat Gündüz](https://github.com/Dschee)
[#2306](https://github.com/realm/SwiftLint/issues/2306)

* Add support for globs in `excluded` file paths
[Keith Smiley](https://github.com/keith)
Expand Down

0 comments on commit e650cbb

Please sign in to comment.