aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/.swiftlint.yml
diff options
context:
space:
mode:
Diffstat (limited to 'WireGuard/.swiftlint.yml')
-rw-r--r--WireGuard/.swiftlint.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/WireGuard/.swiftlint.yml b/WireGuard/.swiftlint.yml
index 2c414b6..f0a450f 100644
--- a/WireGuard/.swiftlint.yml
+++ b/WireGuard/.swiftlint.yml
@@ -10,3 +10,5 @@ file_length:
cyclomatic_complexity:
warning: 10
error: 25
+function_body_length:
+ warning: 45