Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
8ff71de7
Commit
8ff71de7
authored
Apr 30, 2021
by
Olivier Deprez
Committed by
TrustedFirmware Code Review
Apr 30, 2021
Browse files
Merge "revert(commitlint): disable `signed-off-by` rule" into integration
parents
6794378d
8a73b563
Changes
1
Show whitespace changes
Inline
Side-by-side
commitlint.config.js
View file @
8ff71de7
...
@@ -9,6 +9,6 @@ module.exports = {
...
@@ -9,6 +9,6 @@ module.exports = {
rules
:
{
rules
:
{
"
header-max-length
"
:
[
1
,
"
always
"
,
config
.
maxHeaderWidth
],
/* Warning */
"
header-max-length
"
:
[
1
,
"
always
"
,
config
.
maxHeaderWidth
],
/* Warning */
"
body-max-line-length
"
:
[
1
,
"
always
"
,
config
.
maxLineWidth
],
/* 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
*/
}
}
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment