Skip to content

Commit 9689ceb

Browse files
committed
Port knip change from #199
1 parent 9af99fa commit 9689ceb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

knip.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Please see LICENSE files in the repository root for full details.
77

88
import { KnipConfig } from "knip";
99

10+
// Specify this as knip loads config files which may conditionally add reporters, e.g. `vitest-sonar-reporter`
11+
process.env.GITHUB_ACTIONS = "1";
12+
1013
export default {
1114
ignoreDependencies: [
1215
// Needed for lint:workflows

0 commit comments

Comments
 (0)