-
-
Notifications
You must be signed in to change notification settings - Fork 938
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
Fix PostCSS plugin ignoring .stylelintignore #4186
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This solution breaks tests. Please, change your solution.
@hudochenkov Unit test all passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you, please, add tests to postcssPlugin.test.js. You could take a look at ignore.test.js for examples using CLI and adopt them to PostCSS plugin API.
ASAP.
This unit tests cover all standalone's ignore configuration. I guess PostCSS plugin API ignorePath configuration unit test should be almost. |
@hudochenkov I have add one unit test for postcssPlugin I was too busy recently.🙁 |
Thank you! |
|
Closes #4134.
Relative documentation https://github.com/joe223/stylelint/blob/master/docs/user-guide/postcss-plugin.md#ignorepath.