Skip to content

Commit

Permalink
Adds new opt-in rule, private_action
Browse files Browse the repository at this point in the history
Implements realm#1931.
  • Loading branch information
ornithocoder authored and Daniel Metzing committed Dec 18, 2017
1 parent 5911dcc commit bdeeafc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
[JP Simard](https://github.com/jpsim)
[#1822](https://github.com/realm/SwiftLint/issues/1822)

* Add `private_action` opt-in rule which warns agaist public @IBAction methods.
[Ornithologist Coder](https://github.com/ornithocoder)
[#1931](https://github.com/realm/SwiftLint/issues/1931)

##### Bug Fixes

* Extend `first_where` and `contains_over_first_not_nil` rules to also detect
Expand Down

0 comments on commit bdeeafc

Please sign in to comment.