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 b87befc commit 84aee87Copy full SHA for 84aee87
ql/ql/src/queries/style/AlertMessage.ql
@@ -52,7 +52,7 @@ private AstNode getSelectPart(Select sel, int index) {
52
String shouldHaveFullStop(Select sel) {
53
result =
54
max(AstNode str, int i |
55
- str.getParent+() = sel.getExpr(1) and str = getSelectPart(sel, i)
+ str.getParent*() = sel.getExpr(1) and str = getSelectPart(sel, i)
56
|
57
str order by i
58
) and
@@ -73,7 +73,7 @@ String shouldHaveFullStop(Select sel) {
73
String shouldStartCapital(Select sel) {
74
75
min(AstNode str, int i |
76
77
78
79
0 commit comments