Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--ignores ignores too much bug/critical #151

Open
twk-b opened this issue Feb 26, 2019 · 1 comment
Open

--ignores ignores too much bug/critical #151

twk-b opened this issue Feb 26, 2019 · 1 comment

Comments

@twk-b
Copy link

twk-b commented Feb 26, 2019

mkdir temp
cd temp
npm init -y
npm i eslint@4 eslint-plugin-promise@3
david u --ignores rbn-css,eslint-plugin-promise,myotherpackage

expected
eslint-plugin-promise is not upgraded to 4
eslint is upgraded to 5

actual
neither package is updated, somehow eslint is getting ignored.

seems to be some issue with Hyphens also being split() on rather than just coma for the ignore patterns.

@twk-b
Copy link
Author

twk-b commented Feb 26, 2019

v11.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant