-
Notifications
You must be signed in to change notification settings - Fork 141
Add support for ignore-path #1111
Comments
Not sure how we would approach this. Some concerns coming immediately to mind:
We currently do not track anything. Except for a little bit of caching, we basically do a new search for your project config and the correct copy of |
I would expect this to be global, just like the |
Hi @arv. Each option we add comes with a maintenance cost and cognitive burden for our users. I'd like to understand your use case to see why this is worth adding. Can you please describe a bit about your setup and why this would be an important option for you to have? |
Our precommit runs something like:
AtomLinter/linter-eslint supports both |
So, do you have an ignore file that is named something different from |
Issue Type
Feature Request
Issue Description
We run our eslint as follows:
as described here: https://eslint.org/docs/user-guide/command-line-interface#ignore-path
It would be nice if there was an option to define the same thing using AtomLinter/linter-eslint
Bug Checklist
eslint
CLI gives the proper result, whilelinter-eslint
does notLinter Eslint: Debug
command from the Command Palette belowThe text was updated successfully, but these errors were encountered: