Skip to content

Commit 223106a

Browse files
committed
ignore tests in codeql
1 parent 7e654f8 commit 223106a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/codeql/codeql-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: "CodeQL Config"
2+
3+
paths-ignore:
4+
- test-fixtures

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pre-commit:
22
parallel: true
33
commands:
44
prettier:
5-
glob: "*.{ts,json,md,yml,hbs,js,mjs}"
5+
glob: "**/*.{ts,json,md,yml,hbs,js,mjs}"
66
run: pnpm prettier --write {staged_files}
77
stage_fixed: true
88
lint:

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ minimumReleaseAgeExclude:
66
- prettier
77

88
onlyBuiltDependencies:
9-
- '@playwright/browser-chromium'
10-
- '@vscode/vsce-sign'
9+
- "@playwright/browser-chromium"
10+
- "@vscode/vsce-sign"
1111
- esbuild
1212
- keytar
1313
- lefthook

0 commit comments

Comments
 (0)