-
Notifications
You must be signed in to change notification settings - Fork 48
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
Package ignore patterns not applied #163
Comments
Hey @dcalhoun, you're right. Somehow it was broken up to |
Thank you! 😄 I can confirm it is now functioning as expected. |
@ricardofbarros it would appear this bug has been introduced again. My test case is listing incorrect files again. Will you verify, please? |
sure @dcalhoun |
I could not reproduce this with linter-js-standard v3.9.0 and the dcalhoun/standard-loader-test repository. If I open the @dcalhoun Are you still experiencing this issue (with the latest version)? |
@sonicdoe it would appear that it is partially working. Files explicitly added to StandardJS' However, I still see two issues within dcalhoun/standard-loader-test.
I pushed up a couple more example files to dcalhoun/standard-loader-test. Let me know if you need any additional clarity. |
linter-js-standard currently only supports the (The reason why By the way, thank you for providing a test repository. This makes reproducing way easier 🙂 |
@sonicdoe You're welcome. Thank you for your hard work on this great project! |
The patterns I place within
package.json
forstandard.ignore
do not appear to impact this Atom plugin.I've also reported this in standard/standard-loader#71. So, it's possible I just setting this up incorrectly. However, the ignore patterns work when I run standard via the CLI.
I've created a simple test case here.
The text was updated successfully, but these errors were encountered: