Skip to content

Commit 6c064e5

Browse files
committed
Linting.
1 parent 18a9392 commit 6c064e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/erblint-disable

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rules = ARGV[0]
1111
rules_array = rules.split(",")
1212
rules_map = {}
1313
rules_array.each do |rule|
14-
rule_underscored = rule.to_s.gsub(/::/, "/").
14+
rule_underscored = rule.to_s.gsub("::", "/").
1515
gsub(/([A-Z]+)([A-Z][a-z])/, '\1_\2').
1616
gsub(/([a-z\d])([A-Z])/, '\1_\2').
1717
tr("-", "_").

0 commit comments

Comments
 (0)