From 4adfd9dda10d1470a1a6efa224bcdc4693c92835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20Gu=CC=88ndu=CC=88z?= Date: Fri, 28 Sep 2018 11:11:47 +0200 Subject: [PATCH] Add changelog entry about false positive fix --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 358b0a91b7..7344627339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,6 +96,11 @@ [Ornithologist Coder](https://github.com/ornithocoder) [#2374](https://github.com/realm/SwiftLint/issues/2374) +* Fix false positives on `explicit_type_interface` rule when + configured with option `allowRedundancy` set to `true`. + [Cihat Gündüz](https://github.com/Dschee) + [#2425](https://github.com/realm/SwiftLint/issues/2425) + ## 0.27.0: Heavy Duty #### Breaking