diff options
author | 2018-12-12 21:09:52 -0600 | |
---|---|---|
committer | 2018-12-12 21:09:52 -0600 | |
commit | 8a916beb389f84e21ed1aaf0d246801cd6acd73c (patch) | |
tree | 59ad4609e551e3259a802591eba9346b16408873 /WireGuard/.swiftlint.yml | |
parent | More linter warnings fixed, enabled more swiftlint rules, project cleanup (diff) | |
download | wireguard-apple-8a916beb389f84e21ed1aaf0d246801cd6acd73c.tar.xz wireguard-apple-8a916beb389f84e21ed1aaf0d246801cd6acd73c.zip |
More formatting nits and cyclomatic complexity fixes
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
Diffstat (limited to '')
-rw-r--r-- | WireGuard/.swiftlint.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WireGuard/.swiftlint.yml b/WireGuard/.swiftlint.yml index df6266a..2c414b6 100644 --- a/WireGuard/.swiftlint.yml +++ b/WireGuard/.swiftlint.yml @@ -1,6 +1,7 @@ disabled_rules: - line_length - trailing_whitespace + - todo opt_in_rules: - unneeded_parentheses_in_closure_argument # - trailing_closure |