Releases: editorconfig-checker/editorconfig-checker.php
Releases · editorconfig-checker/editorconfig-checker.php
v2.3.7
Add exclude parameter to filter for files/directories/pattern
"self-check": "src/editorconfig-checker -d -e 'vendor|.git|.png|.lock' src/*"
- will filter all files which has vendor, .git, .png or .lock in their name
src/editorconfig-checker -d -e vendor
- will only filter all files which has vendor in their name
src/editorconfig-checker -d -e vendor -e .git
- will filter all files which has vendor or .git in their name
v2.2.6
editorconfig-checker <FILE>
doesn't occur in check of EVERY file anymore and check only the specified file.
v2.2.5
Correct the line number in the error message
v2.2.4
Add -d and --dots as possible cli param to include dotfiles
Add -h and --help as possible cli param to print help
Don't throw an exception if the file to check is empty
v1.2.3
Files can now have a .
or ..
at the end of its filename
v1.1.3
Bug/9/globbing (#11) * WIP TASK: Refactor getfile method to be able to get files from directories * TASK: Refactor getFiles method to work correctly\n\ncloses #9 * TASK: Adjust readme
v1.1.2
Only add files to file array not directories
Use global rules if the file has not filetype
v1.1.0
The end of line check is added
v1.0.0
TASK: Bump version