From 51b5907135fd8f61e600d16616b8bb95bd661a97 Mon Sep 17 00:00:00 2001 From: Andrea Bizzotto Date: Wed, 10 May 2017 13:56:10 +0100 Subject: [PATCH] Disable trailing_whitespace rule on .swiftlint.yml --- .swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 97edf4d..16e0fc0 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -5,6 +5,7 @@ disabled_rules: - line_length - identifier_name +- trailing_whitespace # configurable rules can be customized from this configuration file line_length: 250