Commit 8ff71de7 authored by Olivier Deprez's avatar Olivier Deprez Committed by TrustedFirmware Code Review
Browse files

Merge "revert(commitlint): disable `signed-off-by` rule" into integration

parents 6794378d 8a73b563
......@@ -9,6 +9,6 @@ module.exports = {
rules: {
"header-max-length": [1, "always", config.maxHeaderWidth], /* Warning */
"body-max-line-length": [1, "always", config.maxLineWidth], /* Warning */
"signed-off-by": [2, "always", "Signed-off-by:"] /* Error */
"signed-off-by": [0, "always", "Signed-off-by:"] /* Disabled - buggy */
}
};
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment