mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
JS: Enable post-processing for all .qlref files
This commit is contained in:
@@ -1 +1,2 @@
|
||||
Statements/DanglingElse.ql
|
||||
query: Statements/DanglingElse.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/EphemeralLoop.ql
|
||||
query: Statements/EphemeralLoop.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/IgnoreArrayResult.ql
|
||||
query: Statements/IgnoreArrayResult.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/ImplicitReturn.ql
|
||||
query: Statements/ImplicitReturn.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/InconsistentLoopOrientation.ql
|
||||
query: Statements/InconsistentLoopOrientation.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/InconsistentReturn.ql
|
||||
query: Statements/InconsistentReturn.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/LabelInCase.ql
|
||||
query: Statements/LabelInCase.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/LoopIterationSkippedDueToShifting.ql
|
||||
query: Statements/LoopIterationSkippedDueToShifting.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/MisleadingIndentationAfterControlStmt.ql
|
||||
query: Statements/MisleadingIndentationAfterControlStmt.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/NestedLoopsSameVariable.ql
|
||||
query: Statements/NestedLoopsSameVariable.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/ReturnAssignsLocal.ql
|
||||
query: Statements/ReturnAssignsLocal.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/ReturnOutsideFunction.ql
|
||||
query: Statements/ReturnOutsideFunction.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/SuspiciousUnusedLoopIterationVariable.ql
|
||||
query: Statements/SuspiciousUnusedLoopIterationVariable.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/UnreachableStatement.ql
|
||||
query: Statements/UnreachableStatement.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/UseOfReturnlessFunction.ql
|
||||
query: Statements/UseOfReturnlessFunction.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/UselessComparisonTest.ql
|
||||
query: Statements/UselessComparisonTest.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Statements/UselessConditional.ql
|
||||
query: Statements/UselessConditional.ql
|
||||
postprocess: utils/test/InlineExpectationsTestQuery.ql
|
||||
|
||||
Reference in New Issue
Block a user