Skip to content

Commit 3993b2d

Browse files
committed
The Lint/Eval cop has been renamed to Security/Eval by rubocop
1 parent dfe3f27 commit 3993b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skeleton/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Lint/AmbiguousRegexpLiteral:
7272
Enabled: false
7373

7474
# DISABLED
75-
Lint/Eval:
75+
Security/Eval:
7676
Enabled: false
7777

7878
# DISABLED

0 commit comments

Comments
 (0)