We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af99fa commit 9689cebCopy full SHA for 9689ceb
1 file changed
knip.ts
@@ -7,6 +7,9 @@ Please see LICENSE files in the repository root for full details.
7
8
import { KnipConfig } from "knip";
9
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
+
13
export default {
14
ignoreDependencies: [
15
// Needed for lint:workflows
0 commit comments