aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/.swiftlint.yml
diff options
context:
space:
mode:
Diffstat (limited to 'WireGuard/.swiftlint.yml')
-rw-r--r--WireGuard/.swiftlint.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/WireGuard/.swiftlint.yml b/WireGuard/.swiftlint.yml
new file mode 100644
index 0000000..b16b6b3
--- /dev/null
+++ b/WireGuard/.swiftlint.yml
@@ -0,0 +1,8 @@
+disabled_rules:
+ - force_cast
+ - line_length
+file_length:
+ warning: 500
+cyclomatic_complexity:
+ warning: 10
+ error: 25