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.
2 parents ce13cd5 + bafff48 commit f153552Copy full SHA for f153552
.github/codeql/config.yml
@@ -0,0 +1,6 @@
1
+paths-ignore:
2
+ - 'tests/**'
3
+ - '**/*.test.ts'
4
+ - '**/*.spec.ts'
5
+ - '**/*.spec.tsx'
6
+ - '**/__mocks__/**'
.github/workflows/codeql-analysis.yml
@@ -45,6 +45,7 @@ jobs:
45
uses: github/codeql-action/init@v1
46
with:
47
languages: ${{ matrix.language }}
48
+ config-file: ./.github/codeql/config.yml
49
# If you wish to specify custom queries, you can do so here or in a config file.
50
# By default, queries listed here will override any specified in a config file.
51
# Prefix the list here with "+" to use these queries and those in the config file.
0 commit comments