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
What feature(s) would you like to see in RepoSense
Suppress the Unexpected console statement warnings from the CI builds that appear at the end of the Files changed tab due to the console.error() statement in c-summary-charts.vue.
Suppress unexpected console warning
A theoretically unreachable console.error() statement has raised a
warning from CI builds. Multiple warnings from this intentional
statement may cause an undesirable warning to be disregarded due to the
large warning count.
Let's suppress this particular warning.
What feature(s) would you like to see in RepoSense
Suppress the
Unexpected console statement
warnings from the CI builds that appear at the end of theFiles changed
tab due to theconsole.error()
statement inc-summary-charts.vue
.Source: https://github.com/reposense/RepoSense/pull/1999/files
Is the feature request related to a problem?
Multiple warnings from this intentional statement may cause an undesirable warning to be disregarded due to the large warning count.
If possible, describe the solution
Use a comment to disable ESLint warnings for the particular line that is causing the issue.
If applicable, describe alternatives you've considered
All warnings can also be disabled, but this may cause other unintentional issues to be overlooked.
Additional context
Discussed in #1976
The text was updated successfully, but these errors were encountered: