Skip to content

Commit

Permalink
No more ignoreBinaries: gh
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 15, 2024
1 parent f5cf57b commit b53191c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": ["src/index.ts!", "script/*e2e.js"],
"ignoreBinaries": ["gh"],
"ignoreExportsUsedInFile": { "interface": true, "type": true },
"project": ["src/**/*.ts!", "script/**/*.js"]
}
1 change: 0 additions & 1 deletion script/__snapshots__/migrate-test-e2e.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ exports[`expected file changes > knip.json 1`] = `
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
- "entry": ["src/index.ts!", "script/*e2e.js"],
- "ignoreBinaries": ["gh"],
+ "entry": ["src/index.ts!"],
"ignoreExportsUsedInFile": { "interface": true, "type": true },
- "project": ["src/**/*.ts!", "script/**/*.js"]
Expand Down

0 comments on commit b53191c

Please sign in to comment.