Disable trailing_whitespace rule on .swiftlint.yml

This commit is contained in:
Andrea Bizzotto
2017-05-10 13:56:10 +01:00
parent e6f7407071
commit 51b5907135

View File

@@ -5,6 +5,7 @@
disabled_rules:
- line_length
- identifier_name
- trailing_whitespace
# configurable rules can be customized from this configuration file
line_length: 250