Skip to content

Commit 62fbc76

Browse files
authored
Ignore zip global binary (#888)
1 parent e1ba447 commit 62fbc76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/knip/src/constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export const IGNORED_GLOBAL_BINARIES = new Set([
134134
'xvfb-run',
135135
'yarn',
136136
'yes',
137+
'zip',
137138
]);
138139

139140
export const IGNORED_DEPENDENCIES = new Set(['knip', 'typescript']);

0 commit comments

Comments
 (0)