I am using SonarQube extension for VS code which enable me to write non-bugy and quality code. but some of the sonar rules not applicable for my code like:- we are using file naming convention "*-component" postfix with each file.
severity: 'Warning'
message: 'Rename this file to "es6 class name".'
here SonarQube extension want me to keep file name and class name same.
So i want to turn off these all warning and error those not applicable to my code.
I am looking for a solution/hack to turn off SonarQube rules in vs code extension.