EZSwiftExtensions/.swiftlint.yml

13 lines
201 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
2016-04-06 22:24:50 +08:00
- valid_docs
2016-05-27 03:56:25 +08:00
- todo
- variable_name_min_length