-
Notifications
You must be signed in to change notification settings - Fork 158
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
docs: correct description of multiline patterns usage based on #1353 #1380
Conversation
|
|
Coverage report
Test suite run success653 tests passing in 94 suites. Report generated by 🧪jest coverage report action from 1a7b7bd |
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.
Thank you for getting deep into this and sorting out the details!
docs/rules/configurable-rules.md
Outdated
your pattern. | ||
Take care using `notPattern` with multiline Markdown values such as `description` fields. | ||
These may end with a newline or a space rather than the character you expect. | ||
Use the [double-quotated style](https://yaml.org/spec/1.2.2/#731-double-quoted-style) or take account of this in your pattern. |
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.
Use the [double-quotated style](https://yaml.org/spec/1.2.2/#731-double-quoted-style) or take account of this in your pattern. | |
Use the [double-quoted style](https://yaml.org/spec/1.2.2/#731-double-quoted-style) or take account of this in your pattern. |
Co-authored-by: Lorna Jane Mitchell <[email protected]>
Co-authored-by: Lorna Jane Mitchell <[email protected]>
What/Why/How?
The description was not quite correct. Fixed based on #1351 (kudos to @jeremyfiel!).
Reference
Testing
Screenshots (optional)
Check yourself
Security