From 4b48a3d30c25fca0233420e808b704801ec746bb Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 16 Jul 2021 13:30:16 +0200 Subject: [PATCH] Remove project-specific gitlint configuration We now use Shipyard's gitlint configuration everywhere. Signed-off-by: Stephen Kitt --- .gitlint | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .gitlint diff --git a/.gitlint b/.gitlint deleted file mode 100644 index 6314f15..0000000 --- a/.gitlint +++ /dev/null @@ -1,9 +0,0 @@ -[general] -# body-is-missing: Allow commit messages with only a title -# body-min-length: Allow short body lines, like "Relates-to: #issue" -ignore=body-is-missing,body-min-length - -[ignore-by-body] -# Dependabot doesn't follow our conventions, unfortunately -regex=^Signed-off-by: dependabot\[bot\](.*) -ignore=all