aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/util_hmac_spec.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/util_hmac_spec.lua b/spec/util_hmac_spec.lua
index abcc92f1..a2125c3a 100644
--- a/spec/util_hmac_spec.lua
+++ b/spec/util_hmac_spec.lua
@@ -1,5 +1,8 @@
-- Test cases from RFC 4231
+-- Yes, the lines are long, it's annoying to split the long hex things.
+-- luacheck: ignore 631
+
local hmac = require "util.hmac";
local hex = require "util.hex";