We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2965e74 commit a0bffc3Copy full SHA for a0bffc3
.github/actions/spelling/excludes.txt
@@ -100,3 +100,5 @@ ignore$
100
^\Qsrc/go/nerdctl-stub/nerdctl_commands_generated.go\E$
101
^\Q.github/workflows/config/.golangci.yaml\E$
102
^\Qsrc/go/networking/.golangci.yml\E$
103
+# Generated file
104
+^\Qpkg/rancher-desktop/assets/extension-data.yaml\E$
.github/actions/spelling/patterns.txt
@@ -177,3 +177,6 @@ regexp?\.MustCompile\(`[^`]*`\)
177
178
# allow repetitive words in iptable rules
179
DNAT\s+.*\s+anywhere anywhere
180
+
181
+# Image names
182
+\bghcr\.io/[A-Za-z0-9_/.-]+(?::[A-Za-z0-9_.-]+)?\b
0 commit comments