Skip to content

Commit

Permalink
Fix issues after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Sep 26, 2018
1 parent ac3a70f commit 9e415c6
Show file tree
Hide file tree
Showing 8 changed files with 441 additions and 636 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@
[Marcelo Fabri](https://github.com/marcelofabri)
[#2395](https://github.com/realm/SwiftLint/issues/2395)

* Add new opt-in rule `file_types_order` to specify how the types in a file
should be sorted.
[Cihat Gündüz](https://github.com/Dschee)
[#2294](https://github.com/realm/SwiftLint/issues/2294)

* Add new opt-in rule `type_contents_order` to specify the order of subtypes,
properties, methods & more within a type.
[Cihat Gündüz](https://github.com/Dschee)
[#2294](https://github.com/realm/SwiftLint/issues/2294)

#### Bug Fixes

* Fix `comma` rule false positives on object literals (for example, images).
Expand Down Expand Up @@ -527,15 +537,7 @@ The next release will require Swift 4.0 or higher to build.

#### Enhancements

* Add new opt-in rule `file_types_order` to specify how the types in a file
should be sorted.
[Cihat Gündüz](https://github.com/Dschee)
[#2294](https://github.com/realm/SwiftLint/issues/2294)

* Add new opt-in rule `type_contents_order` to specify the order of subtypes,
properties, methods & more within a type.
[Cihat Gündüz](https://github.com/Dschee)
[#2294](https://github.com/realm/SwiftLint/issues/2294)
* None.

#### Bug Fixes

Expand Down
Loading

0 comments on commit 9e415c6

Please sign in to comment.