Skip to content

Commit a0bffc3

Browse files
committed
Address spell checker
Signed-off-by: Mark Yen <mark.yen@suse.com>
1 parent 2965e74 commit a0bffc3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/actions/spelling/excludes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,5 @@ ignore$
100100
^\Qsrc/go/nerdctl-stub/nerdctl_commands_generated.go\E$
101101
^\Q.github/workflows/config/.golangci.yaml\E$
102102
^\Qsrc/go/networking/.golangci.yml\E$
103+
# Generated file
104+
^\Qpkg/rancher-desktop/assets/extension-data.yaml\E$

.github/actions/spelling/patterns.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,6 @@ regexp?\.MustCompile\(`[^`]*`\)
177177

178178
# allow repetitive words in iptable rules
179179
DNAT\s+.*\s+anywhere anywhere
180+
181+
# Image names
182+
\bghcr\.io/[A-Za-z0-9_/.-]+(?::[A-Za-z0-9_.-]+)?\b

0 commit comments

Comments
 (0)