summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@kernel.org>2023-09-07 07:31:29 -0400
committerJosh Boyer <jwboyer@kernel.org>2023-09-07 07:31:29 -0400
commitc801b3b807d249bc24ab826e2754191f5f58cd1b (patch)
treeeaf789f7474e47bb7fa00568e92b1e6142c60e81
parentcb926295ee9a30481d42bc0f58698845a8c18905 (diff)
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>
-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