File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ private predicate foo(Expr e, Expr p) {
176
176
1 . Acronyms * should* use normal PascalCase/camelCase. However, two-letter acronyms should have both letters capitalized.
177
177
1 . Newtype predicate names * should* begin with ` T ` .
178
178
1 . Predicates that have a result * should* be named ` get... `
179
- 1 . Predicates that can return multiple results * should* be named ` getA... ` or ` getAn... `
179
+ 1 . Predicates that can have multiple results * should* be named ` getA... ` or ` getAn... `
180
180
1 . Predicates that don't have a result or parameters * should* be named ` is... ` or ` has... `
181
181
1 . * Avoid* underscores in names.
182
182
1 . * Avoid* short or single-letter names for classes, predicates and fields.
@@ -304,6 +304,7 @@ For more information about documenting the code that you contribute to this repo
304
304
exists(Type arg | arg = this.getAChild() | arg instanceof TypeParameter)
305
305
```
306
306
307
+
307
308
``` ql
308
309
exists(Type qualifierType |
309
310
this.hasNonExactQualifierType(qualifierType)
You can’t perform that action at this time.
0 commit comments