SonarQube 7+
Rule Error/Deviation javascript:S3524 is inconsistent with ES2015
Hi All,
Hoping this is the right place for this question.
https://rules.sonarsource.com/javascript/tag/es2015/RSPEC-3524
This rule is not exactly consistent with ES2015. The standard says that when a single parameter arrow function has a function with parens, then the parens around the argument should be included. The rule is missing that nuance and my developers are complaining. Basically I think this rule needs a couple of more true/false options so that it could be configured to be this rule.
The rule includes this option: { "requireForBlockBody": true }
, but this is not in the SQ rule as far as I can tell.
What is the best way to proceed with seeing if this can be fixed/updated?
Jeff