summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2023-09-07 11:36:57 +0000
committerJosh Boyer <jwboyer@redhat.com>2023-09-07 11:36:57 +0000
commitdfa11466cf000120d1551146fd5bf78c44941eda (patch)
treeeaf789f7474e47bb7fa00568e92b1e6142c60e81
parentcb926295ee9a30481d42bc0f58698845a8c18905 (diff)
parentc801b3b807d249bc24ab826e2754191f5f58cd1b (diff)
Merge branch 'main' into 'main'
Turn off textwidth check See merge request kernel-firmware/linux-firmware!13
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c417f1c0..efd8f90b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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