You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/mcp-server/src/texts.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,9 @@ export const ERROR_HINT = `For unexpected errors (exit code 2) such as "error lo
56
56
- If no config file exists, create knip.json in the project root
57
57
- Run knip again`;
58
58
59
+
exportconstUNCONFIGURED_HINT=
60
+
'Issues are suppressed because the project is not yet configured. Reported issues might be false positives. Address configuration hints first, then re-run to get the actual issues.';
61
+
59
62
exportconstCONFIG_REVIEW_HINT=`Review the existing configuration for potential improvements:
60
63
61
64
- Never use "ignore" patterns (hides real issues!), always prefer specific solutions; other ignore* options are allowed
0 commit comments