We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--check-undefined-labels
1 parent a69524f commit 1dbcf8eCopy full SHA for 1dbcf8e
1 file changed
.github/workflows/ruby-qltest.yml
@@ -69,6 +69,6 @@ jobs:
69
- uses: ./ruby/actions/create-extractor-pack
70
- name: Run QL tests
71
run: |
72
- codeql test run --threads=0 --ram 5000 --slice ${{ matrix.slice }} --search-path "${{ github.workspace }}/ruby/extractor-pack" --check-databases --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --consistency-queries ql/consistency-queries ql/test
+ codeql test run --threads=0 --ram 5000 --slice ${{ matrix.slice }} --search-path "${{ github.workspace }}/ruby/extractor-pack" --check-databases --check-undefined-labels --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --consistency-queries ql/consistency-queries ql/test
73
env:
74
GITHUB_TOKEN: ${{ github.token }}
0 commit comments