From 20463394b0da67cc41b0fb2f20e068d99a8ec798 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Sun, 25 Feb 2024 11:58:37 +0100 Subject: [PATCH] CI: .ecrc: Exclude temp from check (MR 4858) Most things in temp come from Alpine's aports repository, which has different rules and does not for example mandate that all files use tabs instead of spaces. As such, let's not require packages in there to conform to our rules. --- .ecrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ecrc b/.ecrc index aaa329789..2865286b0 100644 --- a/.ecrc +++ b/.ecrc @@ -1,3 +1,4 @@ { - "SpacesAftertabs": true + "SpacesAftertabs": true, + "Exclude": ["temp"] }