Skip to content

Commit b53191c

Browse files
No more ignoreBinaries: gh
1 parent f5cf57b commit b53191c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: knip.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/knip@latest/schema.json",
33
"entry": ["src/index.ts!", "script/*e2e.js"],
4-
"ignoreBinaries": ["gh"],
54
"ignoreExportsUsedInFile": { "interface": true, "type": true },
65
"project": ["src/**/*.ts!", "script/**/*.js"]
76
}

Diff for: script/__snapshots__/migrate-test-e2e.ts.snap

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ exports[`expected file changes > knip.json 1`] = `
151151
{
152152
"$schema": "https://unpkg.com/knip@latest/schema.json",
153153
- "entry": ["src/index.ts!", "script/*e2e.js"],
154-
- "ignoreBinaries": ["gh"],
155154
+ "entry": ["src/index.ts!"],
156155
"ignoreExportsUsedInFile": { "interface": true, "type": true },
157156
- "project": ["src/**/*.ts!", "script/**/*.js"]

0 commit comments

Comments
 (0)