Browse Source

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>
main
Josh Boyer 1 year ago
parent
commit
c801b3b807
No known key found for this signature in database
GPG Key ID: A31B6BD72486CFD6
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -4,7 +4,7 @@ check-commits: @@ -4,7 +4,7 @@ check-commits:
rules:
- if: $CI_MERGE_REQUEST_ID
script:
- ci-fairy check-commits --signed-off-by
- ci-fairy check-commits --signed-off-by --textwidth=0

pre-commit:
stage: test

Loading…
Cancel
Save