From 52176fdcee17adfee7f89f6e52bca341de7ee4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20Gu=CC=88ndu=CC=88z?= Date: Tue, 13 Jun 2017 15:01:33 +0200 Subject: [PATCH] [CHANGELOG] Add ObjectLiteral config change --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a2b399d..ddf3f6dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,11 @@ parameters are vertically aligned on a method call. [Marcelo Fabri](https://github.com/marcelofabri) [#1037](https://github.com/realm/SwiftLint/issues/1037) +* Add `code_literal` and `image_literal` boolean configuration options to + `object_literal` rule. They allow to only check for one or the other + literal type instead of both together. + [Cihat Gündüz](https://github.com/Dschee) + [#1587](https://github.com/realm/SwiftLint/issues/1587) ##### Bug Fixes