Closed deepsource-autofix[bot] closed 1 year ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
It is considered a best practice to avoid the use of any
console
methods in JavaScript code that will run on the browser.NOTE: If your repository contains a server side project, you can add
"nodejs"
to theenvironment
property of analyzer meta in.deepsource.toml
. This will prevent this issue from getting raised. Documentation for the analyzer meta can be found here. Alternatively, you can silence this issue for your repository as shown here.If a specific
console
call is meant to stay for other reasons, you can add a skipcq comment to that line. This will inform other developers about the reason behind the log's presence, and prevent DeepSource from flagging it.