We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ab033 commit 6ee34d3Copy full SHA for 6ee34d3
.github/actions/spelling/candidate.patterns
@@ -597,6 +597,9 @@ urn:shemas-jetbrains-com
597
# Debian changelog severity
598
[-\w]+ \(.*\) (?:\w+|baseline|unstable|experimental); urgency=(?:low|medium|high|emergency|critical)\b
599
600
+# Red Hat Package management spec file dependencies
601
+^(?:Build|)Requires: [-.\w]+
602
+
603
# kubernetes pod status lists
604
# https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase
605
\w+(?:-\w+)+\s+\d+/\d+\s+(?:Running|Pending|Succeeded|Failed|Unknown)\s+
0 commit comments