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

Check spelling 0.0.24 #3051

Merged
merged 24 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/markdown-check/mlc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
},
{
"pattern": "./tutorials-"
},
{
"pattern": "^\\.\\./tree/HEAD/"
}
]
}
3 changes: 2 additions & 1 deletion .github/actions/spelling/advice.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ If items relate to a ...
File paths are Perl 5 Regular Expressions - you can [test](
https://www.regexplanet.com/advanced/perl/) yours before committing to verify it will match your files.

`^` refers to the file's path from the root of the repository, so `^README\.md$` would exclude README.md (on whichever branch you're using).
`^` refers to the file's path from the root of the repository, so `^README\.md$` would exclude [README.md](
../tree/HEAD/README.md) (on whichever branch you're using).
LeStarch marked this conversation as resolved.
Show resolved Hide resolved

* well-formed pattern.

Expand Down
7 changes: 2 additions & 5 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
AUTOGEN
atype
github
https
ssh
ubuntu
usec
usecs
workaround
workarounds
DEVICESM
HACKSM
Loading
Loading