editorconfig-checker icon indicating copy to clipboard operation
editorconfig-checker copied to clipboard

A tool to verify that your files are in harmony with your .editorconfig

Results 58 editorconfig-checker issues
Sort by recently updated
recently updated
newest added

Additional information: https://github.com/editorconfig-checker/editorconfig-checker.javascript/issues/387#issuecomment-1207792183 It seems like the exclude regular expression is causing problems on windows.

help wanted
windows

I have a `.ecrc` file which contains an error: ``` { "Version": "2.4.0", "Verbose": false, "Debug": false, "IgnoreDefaults": false, "SpacesAftertabs": false, "NoColor": false, "Exclude": ["\\.h$", "\\.c$",], "AllowedContentTypes": [], "PassedFiles": [],...

help wanted
feature

Hey! :wave: It would be cool if `editorconfig-checker` would be published on other repositories than Arch, like Debian/Ubuntu repositories. Practically it would be cool that with my Ubuntu 22.04 LTS...

help wanted

The artifact archive file has the arch in the name already, which is duplicated with the binary inside and requires a rename to make the executable just `ec` on each...

help wanted
good first issue

Hi there, I'm trying to setup a CI workflow for editorconfig and trying to use this tool. My editorconfig contains the following: ``` [*.{yml,yaml}] indent_size = 2 indent_style = space...

When I try to run the editorconfig-checker in the ci pipeline on GitLab I get the following error. Locally it works without problems. ### Output: ``` $ yarn lint:editorconfig yarn...

Not sure is I have a bad configuration file or it is indeed a problem the way rules are enforced. I have a simple `.editorconfig` file like this: ```shell #...

I didn't find how to pass `PassedFiles` as inline parameters in the README, so went to source code and found this [function](https://github.com/editorconfig-checker/editorconfig-checker/blob/d243b14ec3643aad59735d94ab24b248b62c7c2c/pkg/files/files.go#L72). It would be great to add handling between...

help wanted
good first issue

introduce an autofix flag which should fix all issues which can be fixed.

help wanted
feature