mirror of
https://github.com/mas-cli/mas
synced 2025-02-17 04:58:32 +00:00
20 lines
257 B
YAML
20 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
|