aboutsummaryrefslogtreecommitdiffstats
path: root/.swiftlint.yml
diff options
context:
space:
mode:
authorEric Kuck <eric@bluelinelabs.com>2018-12-12 11:40:57 -0600
committerEric Kuck <eric@bluelinelabs.com>2018-12-12 11:40:57 -0600
commitde14b76b4d99f74d52b6e404b2ab37394fa5b9dc (patch)
tree0d6e1efbf855bb4995b22e6c55ab8ab2f08e8f24 /.swiftlint.yml
parentZip importing: importFromFile should take a completionHandler (diff)
downloadwireguard-apple-de14b76b4d99f74d52b6e404b2ab37394fa5b9dc.tar.xz
wireguard-apple-de14b76b4d99f74d52b6e404b2ab37394fa5b9dc.zip
Added swiftlint and fixed all errors (and a bunch, but not all, warnings)
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
Diffstat (limited to '.swiftlint.yml')
-rw-r--r--.swiftlint.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.swiftlint.yml b/.swiftlint.yml
deleted file mode 100644
index df5ce7d..0000000
--- a/.swiftlint.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-disabled_rules:
- - line_length
- - trailing_comma
-excluded:
- - Pods
-file_length:
- warning: 500
-type_name:
- min_length: 2 # only warning
- max_length: # warning and error
- warning: 50
- error: 60