Releases: editorconfig-checker/editorconfig-checker.php
v5.1.1
- Docs Update Code Examples
- Fix the determination of the editorconfig rules for a specific filetype
- code cleanup
- less verbose logging output
v5.0.1
BUGFIX: Editorconfig rules for files in subdirectories are now identified correct again
v5.0.0
v4.1.0
- make the shell script safer
- define plattform as php7
- add a final status message
- add the f option to see which files get checked
v4.0.2
- fix: Issues with mixed indentation and block comments
- fix: Issue while getFiles without dot option
v4.0.1
- Respect block comments in case of tabs
v4.0.0
- Switch to new namespace
v3.0.2
- tests added
- splited into single validators
- modularize some more
- rewrite logger as singleton
- add autoloading
- fixed bugs with endofline validator
v3.0.1
BUGFIX:
BSD doesn't recognize the -f
option of readlink like mentioned here:
http://stackoverflow.com/questions/1055671/how-can-i-get-the-behavior-of-gnus-readlink-f-on-a-mac
I've implemented this like in the comments as a bugfix.
v3.0.0
Default indent style is removed - If no indent_style is supported in the global or specific file rules of your .editorconfig it will not check for indentation - else wise it will use the ones in your .editorconfig.
A bug was fixed or a feature added. If the -d|--dots
option isn't provided the tool just excluded dotfiles but not dotdirs(like .git). Not dotdirs are also filtered.
Since this is a breaking change this is version 3.0.0