Skip to content

Commit

Permalink
Check spelling 0.0.24 (#3051)
Browse files Browse the repository at this point in the history
* Change line endings

* link: Checklist

Signed-off-by: Josh Soref <[email protected]>

* link: described in detail

Signed-off-by: Josh Soref <[email protected]>

* link: F´ key features

Signed-off-by: Josh Soref <[email protected]>

* link: `Fw::Buffer` documentation is available

Signed-off-by: Josh Soref <[email protected]>

* link: installing cmake command line tools on a mac

Signed-off-by: Josh Soref <[email protected]>

* link: Svc.StaticMemory is described in more detail

Signed-off-by: Josh Soref <[email protected]>

* link: testing_fw/predicates.py

Signed-off-by: Josh Soref <[email protected]>

* link: the source code

Signed-off-by: Josh Soref <[email protected]>

* spelling: a

Signed-off-by: Josh Soref <[email protected]>

* spelling: adhered

Signed-off-by: Josh Soref <[email protected]>

* spelling: cannot

Signed-off-by: Josh Soref <[email protected]>

* spelling: case-sensitive

Signed-off-by: Josh Soref <[email protected]>

* spelling: deployment

Signed-off-by: Josh Soref <[email protected]>

* spelling: filter events based on event severity

Signed-off-by: Josh Soref <[email protected]>

* spelling: its

Signed-off-by: Josh Soref <[email protected]>

* spelling: nonexistent

Signed-off-by: Josh Soref <[email protected]>

* spelling: prepending

Signed-off-by: Josh Soref <[email protected]>

* spelling: products

Signed-off-by: Josh Soref <[email protected]>

* spelling: schema

Signed-off-by: Josh Soref <[email protected]>

* spelling: stressful

Signed-off-by: Josh Soref <[email protected]>

* spelling: the

Signed-off-by: Josh Soref <[email protected]>

* spelling: valued

Signed-off-by: Josh Soref <[email protected]>

* Add check-spelling

---------

Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored Dec 17, 2024
1 parent 9f6b4a3 commit 5be3b19
Show file tree
Hide file tree
Showing 50 changed files with 1,813 additions and 401 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 @@ -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).

* 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

0 comments on commit 5be3b19

Please sign in to comment.