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

docs: Remove last broad cSpell bypass regex and fix all violations #2802

Merged
merged 2 commits into from
Oct 8, 2023

Conversation

luanpotter
Copy link
Member

@luanpotter luanpotter commented Oct 8, 2023

Description

Remove last broad cSpell bypass regex and fix all violations
This bypassed all code blocks within markdown files
(I didn't notice this one before because it was just for markdowns; it explains some weirdness I was seeing)
Now the only remaining restriction is about colors, which I like
Also removed all usages of cSpell:disable in favor of word-specific bypasses

Checklist

  • I have followed the Contributor Guide when preparing my PR.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples or docs.

Breaking Change?

  • Yes, this PR is a breaking change.
  • No, this PR is not a breaking change.

@@ -58,7 +60,7 @@ title: Slughorn_encounter
Slughorn: Oh hello, Tom, is there anything I can help you with?
Tom: Good {time_of_day()}, Professor.
-> I was curious about the 12 uses of the dragon blood.
Slughorn: Such an inquisitive mind! You can read about that in the "Most \
Slughorn: Such an inquisitive mind! You can read about that in the "Moste \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name of the book was wrong here

@@ -36,7 +39,7 @@ space after the tag will be removed from the resulting text. If this is undesire
add an extra space after the markup tag:

```yarn
Lorem ipsum dolor sit amet, [carramba/] consectetur adipiscing elit.
Lorem ipsum dolor sit amet, [wave/] consectetur adipiscing elit.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used this documentation to understand what these mean and provide more understandable examples
https://docs.yarnspinner.dev/getting-started/writing-in-yarn/markup#self-closing-attributes
I found that the words used before made it quite hard to understand the purpose of tags

@luanpotter luanpotter marked this pull request as ready for review October 8, 2023 17:47
@spydon spydon merged commit 9b16b17 into main Oct 8, 2023
8 checks passed
@spydon spydon deleted the luan.cspell-6 branch October 8, 2023 20:00
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

Successfully merging this pull request may close these issues.

None yet

2 participants