From 05d750539b91eff582ff6a789fcdcab73bb5f7bb Mon Sep 17 00:00:00 2001 From: Eric Kuck Date: Thu, 13 Dec 2018 12:58:50 -0600 Subject: Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes) All swiftlint warnings except one fixed up Signed-off-by: Eric Kuck --- WireGuard/.swiftlint.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WireGuard/.swiftlint.yml') 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 -- cgit v1.2.3-59-g8ed1b