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 8ff2992 commit 08c703fCopy full SHA for 08c703f
ql/ql/src/queries/style/docs/PredicateDocs.ql
@@ -17,6 +17,7 @@ string docLines(Predicate pred) {
17
18
from Predicate pred, string message
19
where
20
+ not pred.isPrivate() and
21
// only considering qldocs that look like a class-doc, to avoid reporting way too much.
22
docLines(pred).matches(["A", "An", "The"] + " %") and // looks like a class doc.
23
not pred instanceof NewTypeBranch and // <- these are actually kinda class-like.
0 commit comments