From 902ede9c15d759c3c27bca4340cb87eb073603f8 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Fri, 6 May 2022 13:15:00 +0200 Subject: [PATCH] Line length lint now is error --- .vala-lint.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vala-lint.conf b/.vala-lint.conf index 1446348d..2d63fd65 100644 --- a/.vala-lint.conf +++ b/.vala-lint.conf @@ -3,7 +3,7 @@ block-opening-brace-space-before=error double-semicolon=error double-spaces=error ellipsis=off -line-length=warn +line-length=error naming-convention=error no-space=error note=warn