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:
Josh Boyer 2023-09-07 07:31:29 -04:00
parent cb926295ee
commit c801b3b807
No known key found for this signature in database
GPG Key ID: A31B6BD72486CFD6
1 changed files with 1 additions and 1 deletions

View File

@ -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