Is it possible to change how sonar is classifying eslint output?
Things like console.log's are being classified as bugs, instead of code smells, which reduces our “reliability rating”, which then fails the quality gate.
eslint shows it as a warning, and not an error, so I don’t know why it would be shown as a bug in sonarcloud.