summaryrefslogtreecommitdiffstats
path: root/.swiftlint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.swiftlint.yml')
-rw-r--r--.swiftlint.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.swiftlint.yml b/.swiftlint.yml
new file mode 100644
index 0000000000..f059a34e1c
--- /dev/null
+++ b/.swiftlint.yml
@@ -0,0 +1,10 @@
+disabled_rules:
+ - identifier_name
+ - line_length
+ - large_tuple
+ - void_function_in_ternary
+ - function_body_length
+ - cyclomatic_complexity
+ - file_length
+ - type_body_length
+strict: true