We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8742e7d commit 4db6201Copy full SHA for 4db6201
.github/actions/spelling/patterns.txt
@@ -24,6 +24,8 @@
24
\s(\w+)\s+\g{-1}\s+\`(?:graphql|inject|json|yaml):
25
# doxygen / javadoc / .net
26
(?:[\\@](?:brief|defgroup|groupname|link|t?param|return|retval)|(?:public|private|\[Parameter(?:\(.+\)|)\])(?:\s+(?:static|override|readonly|required|virtual))*)(?:\s+\{\w+\}|)\s+(\w+)\s+\g{-1}\s
27
+# C# getter/setter
28
+\s(\w+)\s+\g{-1}\s*\{\s*[gs]et;
29
30
# macOS file path
31
(?:Contents\W+|(?!iOS)/)MacOS\b
0 commit comments