From 05547861b65100279027a64f58793caea1143a30 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 8 Feb 2019 00:44:14 +0100 Subject: Key: Constant time encoding Signed-off-by: Jason A. Donenfeld --- WireGuard/.swiftlint.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'WireGuard/.swiftlint.yml') diff --git a/WireGuard/.swiftlint.yml b/WireGuard/.swiftlint.yml index 93c7ab3..5c66629 100644 --- a/WireGuard/.swiftlint.yml +++ b/WireGuard/.swiftlint.yml @@ -22,3 +22,6 @@ cyclomatic_complexity: error: 25 function_body_length: warning: 45 +variable_name: + min_length: + warning: 0 -- cgit v1.2.3-59-g8ed1b