diff --git a/.swiftlint.yml b/.swiftlint.yml index bd80be08d..04c696bec 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -27,5 +27,5 @@ file_length: ignore_comment_only_lines: true cyclomatic_complexity: warning: 15 - error: 35 + error: 45 reporter: "xcode" \ No newline at end of file