We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nuxt
Learn more about funding links in repositories.
Report abuse
1 parent 1b53df5 commit d5f98a7Copy full SHA for d5f98a7
.github/codeql/codeql-config.yml
@@ -0,0 +1,10 @@
1
+paths:
2
+ - 'packages/*/dist/**'
3
+ - 'packages/nuxt/bin/**'
4
+ - 'packages/schema/schema/**'
5
+paths-ignore:
6
+ - 'test/**'
7
+ - '**/*.test.js'
8
+ - '**/*.test.ts'
9
+ - '**/*.test.tsx'
10
+ - '**/__tests__/**'
.github/workflows/ci.yml
@@ -87,6 +87,16 @@ jobs:
87
- name: Initialize CodeQL
88
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
89
with:
90
+ config: |
91
+ paths:
92
93
94
95
+ paths-ignore:
96
97
+ - '**/*.spec.ts'
98
99
+ - '**/__snapshots__/**'
100
languages: javascript
101
queries: +security-and-quality
102
0 commit comments