We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f947e commit c85a550Copy full SHA for c85a550
sonar-plugin/src/main/java/io/ecocode/javascript/checks/AvoidHighAccuracyGeolocation.java
@@ -26,7 +26,7 @@
26
@JavaScriptRule
27
@TypeScriptRule
28
@Rule(key = AvoidHighAccuracyGeolocation.RULE_KEY)
29
-@DeprecatedRuleKey(repositoryKey = "ecocode-javascript", ruleKey = "EC8")
+@DeprecatedRuleKey(ruleKey = "EC8")
30
public class AvoidHighAccuracyGeolocation implements EslintBasedCheck {
31
32
public static final String RULE_KEY = "EC523";
0 commit comments