Skip to content

editorconfig-checker inspects .git by default and fails #268

@bizrad

Description

@bizrad

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions