[CHANGELOG] Add ObjectLiteral config change

This commit is contained in:
Cihat Gündüz
2017-06-13 15:01:33 +02:00
committed by Cihat Gündüz
parent 95a8b8137f
commit 52176fdcee
+5
View File
@@ -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