Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.
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: 2 additions & 1 deletion .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
(?:^|/)pyproject.toml
(?:^|/)requirements(?:-dev|-doc|-test|)\.txt$
(?:^|/)vendor/
ignore$
\.a$
\.ai$
\.all-contributorsrc$
Expand Down Expand Up @@ -81,3 +80,5 @@ ignore$
\.zip$
^\.github/actions/spelling/
^\Q.github/workflows/spelling.yml\E$
_release_template_file.md
ignore$
1 change: 1 addition & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ certfile
chacha
cloudservices
CMDLINE
Cmks
COMNAP
COMNODE
controlcenter
Expand Down
9 changes: 9 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@
# s.b. APIs
\bapis\b

# s.b. Base64
\bBase 64\b

# s.b. CRC32
\bCRC 32\b

# s.b. IaC
\bIAC\b

#
# Product Names
#
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/spelling/patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,6 @@ tenancy=\S*

# Mondoo registration token https://rubular.com/r/3UzGvhUamOAa0U
MONDOO_REGISTRATION_TOKEN='\S*'

# IPv6 addresses
\b([a-f0-9:]+:+)+[a-f0-9]+\b
Loading