From a89ad959016c394c3b30b30598bf9ebff2ad1911 Mon Sep 17 00:00:00 2001 From: Eric Kuck Date: Thu, 20 Dec 2018 11:22:37 -0600 Subject: Enabled more swiftlint rules Signed-off-by: Eric Kuck --- WireGuard/.swiftlint.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'WireGuard/.swiftlint.yml') diff --git a/WireGuard/.swiftlint.yml b/WireGuard/.swiftlint.yml index f0a450f..93c7ab3 100644 --- a/WireGuard/.swiftlint.yml +++ b/WireGuard/.swiftlint.yml @@ -3,7 +3,17 @@ disabled_rules: - trailing_whitespace - todo opt_in_rules: + - empty_count + - empty_string + - implicitly_unwrapped_optional + - legacy_random + - let_var_whitespace + - literal_expression_end_indentation + - override_in_extension + - redundant_type_annotation + - toggle_bool - unneeded_parentheses_in_closure_argument + - unused_import # - trailing_closure file_length: warning: 500 -- cgit v1.2.3-59-g8ed1b