# HG changeset patch # User Kim Alvefur # Date 1555672669 -7200 # Node ID d7c99694fc947d8ec24d59299848f9c4f4aaec27 # Parent cedc1f64692563154dddd0e6140625edab68a1e8 util.hmac: Ignore long hex lines in tests diff -r cedc1f646925 -r d7c99694fc94 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";