Configure SonarCloud to remove the checking of variable and function names

Is there a way for me to remove the “Rename this local variable to match the regular expression: ‘[1][a-z0-9]([A-Z]{1,3}[a-z0-9]+)([A-Z]{2})?$’.” issue as we are using a different convention in our variables and function names?


  1. a-z ↩︎

Hey there.

It sounds like you want to adjust your Quality Profile, creating a new one that doesn’t include this rule or that adjusts the parameter to match your specific naming convention.

1 Like