Skip to content

Commit

Permalink
realm#2065 - Changelog fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Yakushin committed Feb 26, 2018
1 parent 359abd6 commit bf1b8cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@

#### Enhancements

* Adds `function_body_whitespace_comment` opt-in rule
to prohibit empty and comment lines in function bodies.
[Mikhail Yakushin](https://github.com/driver733)
[#2065](https://github.com/realm/SwiftLint/issues/2065)

* Add a new `excluded` config parameter to the `explicit_type_interface` rule
to exempt certain types of variables from the rule.
[Rounak Jain](https://github.com/rounak)
[#2028](https://github.com/realm/SwiftLint/issues/2028)


#### Bug Fixes

* Fix some cases where `colon` rule wouldn't autocorrect dictionary literals.
Expand Down

0 comments on commit bf1b8cc

Please sign in to comment.