Turn off textwidth check
Merge commits can easily run over 80 characters in the subject line and this isn't a critical check to run Signed-off-by: Josh Boyer <jwboyer@kernel.org>
This commit is contained in:
parent
cb926295ee
commit
c801b3b807
|
@ -4,7 +4,7 @@ check-commits:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_MERGE_REQUEST_ID
|
- if: $CI_MERGE_REQUEST_ID
|
||||||
script:
|
script:
|
||||||
- ci-fairy check-commits --signed-off-by
|
- ci-fairy check-commits --signed-off-by --textwidth=0
|
||||||
|
|
||||||
pre-commit:
|
pre-commit:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in New Issue