Programming language you’re coding in: Typescript v3.5.3
Is connected mode used:
Connected to SonarQube v10.3 (build 82913)
Description:
SonarLint for VSCode is signaling the typescript:S6582 issue with this code:
if (response && response.data && response.data.Payload)
The problem is that i am currently using TypeScript version 3.5.3 that does not support the optional chain expressions (there were introduced in version 3.7).
I cannot upgrade TypeScript. I tried to disable the rule locally but given that i am using the connected mode, sonarqube is overruling the local settings. I also prefer to no create a copied quality profiles because i like that the quality profile is updated automatically.
Is there a solution for this problem?
You can disable the rule in the QP inherited from the built-in profile and still receive updates! This feature was added in SQ 10.3, so you should be able to use it (or you need to ask someone with admin rights).
We are also considering detecting older TS versions and disabling such rules automatically; however, we need to collect data on how many users would benefit from this.
I have created an inherited quality profile but when i try to deactivate the rule the button is disabled and it says “this rule is inherited and cannot be deactivated”
Yes, I’am using the admin user that has the quality profile administer privilege.
The tooltip in the button explicitly says that This rule is inherited and cannot be deactivated