diff --git a/.swiftlint.yml b/.swiftlint.yml index 96c6095..1e5c147 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -40,6 +40,9 @@ excluded: line_length: 128 +cyclomatic_complexity: + ignores_case_statements: true + type_body_length: - 500 # warning - 700 # error