-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
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
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
As discussed in cake-build/cake-vscode#475.
Depcheck will raise warnings if dependencies are unused.
The text was updated successfully, but these errors were encountered: