Releases: editorconfig-checker/editorconfig-checker
Releases · editorconfig-checker/editorconfig-checker
2.3.4
2.3.3
2.3.1
2.3.0
2.2.0
[2.2.0] - 2020-10-20
Added
- Add support for disabling validation via
editorconfig-checker-disableand re-enabling witheditorconfig-checker-enable#126
Fixed
2.1.0
Added
max_line_lengthsupport #112 (@mstruebing)
Misc
- switched to Github-actions from TravisCI #113 (@mstruebing)
2.0.4
[2.0.4] - 2020-05-18
Added
- all, install and uninstall targets in the Makefile #107 (@stephanlachnit)
- man page #107 (@stephanlachnit)
Fixed
- check if default excludes are ignored in
IsExcludedto correctly check if files should be checked #109 (@mstruebing) - Change
DockerfileCMDto allow the usage ofeceverywhere inside the image #105 (@chambo-e)
Misc
- Marked non-build targets in the Makefile as phony #107 (@stephanlachnit)
2.0.3
[2.0.3] - 2019-09-13
Fixed
- (Only care for not empty stringish passed files)[https://github.com//pull/88]
Can lead to not correctly checking and aborting the program - (Correctly initialize logger)[https://github.com//pull/90]
- (Correctly parse
--no-color-flag)[https://github.com//pull/90] - Remove leftover color when using
--no-color-flag
Misc
- (Use go 1.13 in ci)[https://github.com//pull/89]