Use Copilot to update scripts to add quality query tables (#58621)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: docs-bot <77750099+docs-bot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Óscar San José <oscarsj@github.com>
This commit is contained in:
@@ -102,13 +102,15 @@ export default [
|
||||
},
|
||||
|
||||
// Ignored patterns
|
||||
// CodeQL scripts included because cocofix is install manually by the workflow
|
||||
{
|
||||
ignores: [
|
||||
'tmp/*',
|
||||
'.next/',
|
||||
'rest-api-description/',
|
||||
'docs-internal-data/',
|
||||
'src/code-scanning/scripts/generate-code-scanning-query-list.ts',
|
||||
'src/codeql-queries/scripts/generate-code-scanning-query-list.ts',
|
||||
'src/codeql-queries/scripts/generate-code-quality-query-list.ts',
|
||||
'next-env.d.ts',
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user