Skip to content

Commit

Permalink
Use a Vale filter to escape words that start with an underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Nov 20, 2024
1 parent 800f152 commit 6b36a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/styles/landing_pages/Auto-ignore.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
_Tip
consumer_group
ee
github
oss
content_type
landing_page
landing_page
3 changes: 2 additions & 1 deletion .github/styles/landing_pages/Spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ message: "Did you really mean '%s'?"
level: error
filters:
- '\W'
- '\_\w+'
ignore:
- .github/styles/base/Dictionary.txt
- .github/styles/base/Auto-ignore.txt
- .github/styles/landing_pages/Components.txt
- .github/styles/landing_pages/Auto-ignore.txt
- .github/styles/landing_pages/Auto-ignore.txt

0 comments on commit 6b36a91

Please sign in to comment.