]> git.proxmox.com Git - mirror_linux-firmware.git/commitdiff
Turn off textwidth check
authorJosh Boyer <jwboyer@kernel.org>
Thu, 7 Sep 2023 11:31:29 +0000 (07:31 -0400)
committerJosh Boyer <jwboyer@kernel.org>
Thu, 7 Sep 2023 11:31:29 +0000 (07:31 -0400)
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>
.gitlab-ci.yml

index c417f1c0dd273bd00e728d65e54dade1b57bf3f5..efd8f90baec2fa01c519150bfdfc6ec95d8e2c79 100644 (file)
@@ -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