Skip to content

Commit bcfa839

Browse files
committed
Try without a duplicated rule key
1 parent 0e8df87 commit bcfa839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-plugin/src/main/java/io/ecocode/javascript/checks/AvoidHighAccuracyGeolocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@JavaScriptRule
2727
@TypeScriptRule
2828
@Rule(key = AvoidHighAccuracyGeolocation.RULE_KEY)
29-
@DeprecatedRuleKey(repositoryKey = "ecocode-javascript", ruleKey = "EC8")
29+
// @DeprecatedRuleKey(repositoryKey = "ecocode-javascript", ruleKey = "EC8")
3030
public class AvoidHighAccuracyGeolocation implements EslintBasedCheck {
3131

3232
public static final String RULE_KEY = "EC523";

0 commit comments

Comments
 (0)