EZSwiftExtensions/.swiftlint.yml

13 lines
193 B
YAML
Raw Normal View History

2016-03-29 09:48:55 +08:00
excluded:
- Pods
line_length: 160
2016-03-29 11:05:27 +08:00
file_length: 1000
2016-03-29 09:48:55 +08:00
disabled_rules:
- type_body_length
- function_body_length
- type_name
2016-03-29 11:05:27 +08:00
- variable_name
- variable_name_min_length
2016-04-06 22:24:50 +08:00
- valid_docs