From ee0c882601fc73ebc1553c19804a9c34b6b429da Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 17 Jul 2023 14:50:16 -0400 Subject: [PATCH] gitlint: Enable search type This silences deprecation warnings. Our configuration works fine in the new mode. Part-of: --- .gitlint | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlint b/.gitlint index f8c193bdb9..4dc7e7bbe2 100644 --- a/.gitlint +++ b/.gitlint @@ -3,6 +3,7 @@ line-length=100 [general] ignore=body-is-missing +regex-style-search=True [body-max-line-length] line-length=120