From 6903d817fd7823b5cee31916d23e62b8da2bb75a Mon Sep 17 00:00:00 2001 From: Ornithologist Coder Date: Sat, 11 Nov 2017 11:18:22 +0100 Subject: [PATCH] Introduction of Yoda condition checking. This PR aims to implement [#1924][1]. [1]: https://github.com/realm/SwiftLint/issues/1924 (+1 squashed commit) Squashed commits: [b6a5af92] Updates changelog entry Moves entry to new section. --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c894a959a75..31d1e8c2fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,10 +84,6 @@ [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