Files
SwiftyStoreKit/.swiftlint.yml
2017-05-10 13:56:10 +01:00

13 lines
229 B
YAML

# included:
# - Sources
# rule identifiers to exclude from running
disabled_rules:
- line_length
- identifier_name
- trailing_whitespace
# configurable rules can be customized from this configuration file
line_length: 250