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.
This commit is contained in:
Stefan Hansson 2024-02-25 11:58:37 +01:00 committed by Clayton Craft
parent a1c6859f16
commit 20463394b0
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

3
.ecrc
View file

@ -1,3 +1,4 @@
{ {
"SpacesAftertabs": true "SpacesAftertabs": true,
"Exclude": ["temp"]
} }