mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-07 16:34:28 +01:00
Overly long commit lines are annoying. But sometimes, we need to be able to force the use of long lines (for example to reference a URL). Ironically, I can't refer to the URL that explains this because of ... the long line check! Hence: ```sh $ cat <<EOT | tr -d '\n'; echo See: https://github.com/kata-containers/tests/tree/master/ cmd/checkcommits#handling-long-lines EOT ``` Maximum body length updated to 150 bytes for parity with: https://github.com/kata-containers/tests/pull/2848 Fixes: #687. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>