Lars Kappert

Results 640 comments of Lars Kappert

Until this is reported more often as problematic, won't fix.

So not sure what's tripping up the Nx daemon here. Knip does not use or interfere with it. When you do `npm run knip` then Knip executes config files like...

You can try to disable the Jest plugin by setting `jest: false` in the Knip config. Or exclude that Jest config file e.g. with an empty array `"jest": { "config":...

Any interesting output perhaps when using `--debug`?

Just had this issue myself. [Try this](https://nx.dev/concepts/nx-daemon#turning-it-off): ``` NX_DAEMON=false knip ```

:rocket: _This issue has been resolved in v5.35.0. See [Release 5.35.0](https://github.com/webpro-nl/knip/releases/tag/5.35.0) for release notes._ _Using Knip in a commercial project? Please consider [becoming a sponsor](https://knip.dev/sponsors)._

There's a few things to this one. We're only talking about the combination of: - `ignoreExportsUsedInFile: true` - The `export { id }` notation Unfortunately, internally when using the TypeScript...

Closing this issue as part of a general cleanup to keep this project sustainable and optimize my time working on it. If you think this is inappropriate or if there...

Thanks for giving Knip a shot! There are two things relevant here: - When [linting a single workspace](https://knip.dev/features/monorepos-and-workspaces#lint-a-single-workspace), Knip includes ancestor and **dependent** workspaces. For instance, to figure out what...

Thanks for the suggestion, Henrik. Great idea, I'm not aware of such plans. No concerns either, looks like the required information is available in `options.issues` that will be passed to...