From 1f746aa021b0eba00a83bf92faaebd0ec72aa4d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 4 May 2023 22:35:06 +0300 Subject: [PATCH] chore(gitlint): drop stdin ignore I'm not aware of a setup where it would be actually required. Refs https://github.com/jorisroovers/gitlint/issues/423 --- .gitlint | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlint b/.gitlint index 05ce883..1738953 100644 --- a/.gitlint +++ b/.gitlint @@ -1,7 +1,6 @@ [general] ignore = body-is-missing ignore-revert-commits = false -ignore-stdin = true contrib = contrib-title-conventional-commits regex-style-search = true