From 5a5a0d291d70ee3932becf8fd983d02c807283f1 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 6 Jun 2022 13:05:47 +0300 Subject: [PATCH] Increase allowed type body lengths from 200 to 700 --- .swiftlint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index bc56ef223..e1a825031 100755 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -30,6 +30,10 @@ type_name: warning: 150 error: 1000 +type_body_length: + warning: 700 + error: 1000 + custom_rules: print_deprecation: regex: "\\b(print)\\b"