Skip to content

Commit

Permalink
fix: add scp to IGNORED_GLOBAL_BINARIES (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakleed authored Nov 30, 2024
1 parent d551144 commit 0362c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/knip/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const IGNORED_GLOBAL_BINARIES = new Set([
'pwd',
'rm',
'rmdir',
'scp',
'seq',
'set',
'sha1sum',
Expand Down

0 comments on commit 0362c89

Please sign in to comment.