The tool is now inspecting .git directories and failing. It seems like the self checks you have in CI might need to be updated here as well as this fails for this repo with the current config.
Steps to reproduce
git clone https://github.com/editorconfig-checker/editorconfig-checker.git
cd editorconfig-checker
git checkout tags/2.4.0
docker run --rm --volume=$PWD:/check mstruebing/editorconfig-checker:2.4.0
# WORKS
git checkout tags/2.7.0
docker run --rm --volume=$PWD:/check mstruebing/editorconfig-checker:2.7.0
# FAILS
.git/config:
2: Wrong amount of left-padding spaces(want multiple of 4)
3: Wrong amount of left-padding spaces(want multiple of 4)
4: Wrong amount of left-padding spaces(want multiple of 4)
....continued
The tool is now inspecting
.gitdirectories and failing. It seems like the self checks you have in CI might need to be updated here as well as this fails for this repo with the current config.Steps to reproduce