This is a command-line tool to check if given files implement your .editorconfig rules.
This is a tool to check if your files consider your .editorconfig. Most tools - like linters for example - only test one filetype and need an extra configuration. This tool only needs your editorconfig to check all files.
This is only a wrapper for the core editorconfig-checker. You should have a look at this repository to know how this tool can be used and what possibilities/caveats are there. This version can be used in the same way as the core as every argument is simply passed down to it.
composer require --dev editorconfig-checker/editorconfig-checker
vendor/bin/ec
You can configure analysis in .ecrc
json file, e.g.:
{
"Exclude": [
"^vendor\/",
"^var\/",
"^\\.idea\/",
"\\.phar$"
]
}
Full list of config options is in core docs
Please head to core docs.
If you have any questions or just want to chat join #editorconfig-checker on freenode(IRC). If you don't have an IRC-client set up you can use the freenode webchat.