Skip to content

Commit

Permalink
Add check-spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 26, 2024
1 parent 7ceffed commit e0d1084
Show file tree
Hide file tree
Showing 10 changed files with 581 additions and 317 deletions.
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 @@ -5,6 +5,9 @@
},
{
"pattern": "https?://"
},
{
"pattern": "^\\.\\./tree/HEAD/"
}
],
"replacementPatterns": [
Expand Down
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).

* well-formed pattern.

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

0 comments on commit e0d1084

Please sign in to comment.