Skip to content

Commit

Permalink
realm#2077 - changelog edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
driver733 committed Mar 2, 2018
1 parent 8a867e3 commit d8a44e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

#### Enhancements

* Adds `function_body_comments` opt-in rule to prohibit
the use of comments in function bodies.
[Mikhail Yakushin](https://github.com/driver733)
[#2077](https://github.com/realm/SwiftLint/issues/2077)

* 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)
Expand All @@ -25,11 +30,6 @@

#### Enhancements

* Adds `function_body_comments` opt-in rule to prohibit
the use of comments in function bodies.
[Mikhail Yakushin](https://github.com/driver733)
[#2077](https://github.com/realm/SwiftLint/issues/2077)

* Adds `discouraged_optional_boolean` opt-in rule to discourage
the use of optional booleans.
[Ornithologist Coder](https://github.com/ornithocoder)
Expand Down

0 comments on commit d8a44e4

Please sign in to comment.