mirror of
https://github.com/mas-cli/mas
synced 2024-11-26 13:30:18 +00:00
19 lines
257 B
YAML
19 lines
257 B
YAML
disabled_rules:
|
|
- todo
|
|
- variable_name
|
|
- force_try
|
|
- force_cast
|
|
|
|
included:
|
|
- Sources
|
|
- Tests
|
|
|
|
excluded:
|
|
- Carthage/Checkouts
|
|
|
|
trailing_comma:
|
|
mandatory_comma: true
|
|
|
|
line_length:
|
|
ignores_comments: true
|
|
ignores_function_declarations: true
|