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 Dec 11, 2018
1 parent 12f960a commit 74ac67b
Show file tree
Hide file tree
Showing 8 changed files with 440 additions and 632 deletions.
19 changes: 10 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,15 @@ This is the last release to support building with Swift 4.0 and Swift 4.1.
`compiler_protocol_init` rule.
[Timofey Solonin](https://github.com/biboran)
[#2422](https://github.com/realm/SwiftLint/issues/2422)
* 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

Expand Down Expand Up @@ -754,15 +763,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 74ac67b

Please sign in to comment.