util.hmac: Ignore long hex lines in tests
authorKim Alvefur <zash@zash.se>
Fri, 19 Apr 2019 13:17:49 +0200
changeset 9965 d7c99694fc94
parent 9964 cedc1f646925
child 9967 90a3cd25f2ae
util.hmac: Ignore long hex lines in tests
spec/util_hmac_spec.lua
--- a/spec/util_hmac_spec.lua	Thu Apr 11 00:41:48 2019 +0200
+++ b/spec/util_hmac_spec.lua	Fri Apr 19 13:17:49 2019 +0200
@@ -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";