Skip to content

Commit

Permalink
[JS-11] Rename rule S6854 to S1090 (#4666)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez authored Apr 18, 2024
1 parent 55f0df9 commit 84a3e14
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
import org.sonar.plugins.javascript.api.EslintBasedCheck;
import org.sonar.plugins.javascript.api.JavaScriptRule;
import org.sonar.plugins.javascript.api.TypeScriptRule;
import org.sonarsource.analyzer.commons.annotations.DeprecatedRuleKey;

@JavaScriptRule
@TypeScriptRule
@Rule(key = "S6854")
@DeprecatedRuleKey(ruleKey = "S6854")
@Rule(key = "S1090")
public class IframeHasTitleCheck implements EslintBasedCheck {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-6854",
"sqKey": "S6854",
"sqKey": "S1090",
"scope": "All",
"quickfix": "infeasible",
"code": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
"S6851",
"S6852",
"S6853",
"S6854",
"S1090",
"S4084",
"S6859",
"S6861",
Expand Down

0 comments on commit 84a3e14

Please sign in to comment.