Skip to content

Commit

Permalink
Fix plugin startup failure due to deprecated rule key
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Oct 16, 2024
1 parent 88f947e commit c85a550
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@JavaScriptRule
@TypeScriptRule
@Rule(key = AvoidHighAccuracyGeolocation.RULE_KEY)
@DeprecatedRuleKey(repositoryKey = "ecocode-javascript", ruleKey = "EC8")
@DeprecatedRuleKey(ruleKey = "EC8")
public class AvoidHighAccuracyGeolocation implements EslintBasedCheck {

public static final String RULE_KEY = "EC523";
Expand Down

0 comments on commit c85a550

Please sign in to comment.