summaryrefslogtreecommitdiffstats
path: root/.swiftlint.yml
blob: f059a34e1c7effad9595174e0f05309f0728a26a (plain)
1
2
3
4
5
6
7
8
9
10
disabled_rules:
    - identifier_name
    - line_length
    - large_tuple
    - void_function_in_ternary
    - function_body_length
    - cyclomatic_complexity
    - file_length
    - type_body_length
strict: true