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:
parent
a1c6859f16
commit
20463394b0
1 changed files with 2 additions and 1 deletions
3
.ecrc
3
.ecrc
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"SpacesAftertabs": true
|
||||
"SpacesAftertabs": true,
|
||||
"Exclude": ["temp"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue