Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for running depcheck #18

Open
nils-a opened this issue Dec 20, 2020 · 0 comments · May be fixed by #20
Open

Add support for running depcheck #18

nils-a opened this issue Dec 20, 2020 · 0 comments · May be fixed by #20

Comments

@nils-a
Copy link
Contributor

nils-a commented Dec 20, 2020

As discussed in cake-build/cake-vscode#475.

Depcheck will raise warnings if dependencies are unused.

nils-a added a commit to nils-a/Cake.VsCode.Recipe that referenced this issue Dec 20, 2020
Depcheck will raise warnings. if unused packages are referenced
in packages.json.

configuration:
 * shouldRunDepcheck (bool) configures whether to run depcheck at all.
Default: true
 *  depcheckArguments (string) arguments to pass to the call of depcheck.
 Default: ""
@nils-a nils-a linked a pull request Dec 20, 2020 that will close this issue
nils-a added a commit to nils-a/Cake.VsCode.Recipe that referenced this issue Dec 21, 2020
Depcheck will raise warnings. if unused packages are referenced
in packages.json.

configuration:
 * shouldRunDepcheck (bool) configures whether to run depcheck at all.
Default: true
 * shouldFailOnDepcheckError (bool) configures whether depcheck errors
will break the build or only raise warnings. Default: true.
 *  depcheckArguments (string) arguments to pass to the call of depcheck.
 Default: ""
nils-a added a commit to nils-a/Cake.VsCode.Recipe that referenced this issue Dec 21, 2020
Depcheck will raise warnings. if unused packages are referenced
in packages.json.

configuration:
 * shouldRunDepcheck (bool) configures whether to run depcheck at all.
Default: true
 * shouldFailOnDepcheckError (bool) configures whether depcheck errors
will break the build or only raise warnings. Default: true.
 *  depcheckArguments (string) arguments to pass to the call of depcheck.
 Default: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant