We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a21a4 commit b40e69eCopy full SHA for b40e69e
.github/actions/spelling/candidate.patterns
@@ -7,6 +7,9 @@
7
# cspell inline
8
^.*\b[Cc][Ss][Pp][Ee][Ll]{2}:\s*[Dd][Ii][Ss][Aa][Bb][Ll][Ee]-[Ll][Ii][Nn][Ee]\b
9
10
+# copyright
11
+Copyright (?:\([Cc]\)|)(?:[-\d, ]|and)+(?: [A-Z][a-z]+ [A-Z][a-z]+,?)+
12
+
13
# patch hunk comments
14
^@@ -\d+(?:,\d+|) \+\d+(?:,\d+|) @@ .*
15
# git index header
0 commit comments