eclint
eclint copied to clipboard
Validate or fix code that doesn't adhere to EditorConfig settings or infer settings from existing code.
Hi, When a file has square bracket character in its path, eclint crashes. (eclint v2.7.0, Linux, Nodejs v.4.2.6) ``` $ eclint infer \[T\]test.txt /home/leebc/.npm-packages/lib/node_modules/eclint/dist/eclint.js:234 Object.keys(setting).forEach(function (value) { ^ TypeError: Cannot...
Hi, when `.gitignore` file is empty `eclint check` (and `fix`) crashes with the following error: ```sh $ eclint check * /usr/local/lib/node_modules/eclint/node_modules/gulp-match/index.js:36 throw new Error('gulp-match: empty glob array'); ^ Error: gulp-match:...
This pattern below actually checks under `frontend/icon/**/*`. Is this how eclint works? ``` yarn eclint check "frontend/**/*" "[!]frontend/icon/**/*" ```