Add Windows path support to editorconfig-checker exclude regex by per1234 · Pull Request #781 · arduino/arduino-lint (original) (raw)
The Exclude
key of the .ecrc
configuration file specifies regular expressions of paths that should be ignored by the editorconfig-checker tool. Previously, the regular expression only accommodated the POSIX-compliant path separator, meaning the path was not excluded as intended when used on a Windows system (even when ran from a Bash shell).
The Exclude
key of the .ecrc
configuration file specifies regular expressions of paths that should be ignored by
the editorconfig-checker tool. Previously, the regular expression only accommodated the POSIX-compliant path separator,
meaning the path was not excluded as intended when used on a Windows system (even when ran from a Bash shell).
per1234 deleted the editorconfig-checker-windows-path branch