Skip to content

Commit 7258415

Browse files
babrovkapirj
authored andcommitted
Style/PerlBackrefs
1 parent d1a553c commit 7258415

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ Layout/LineLength:
1010
Metrics/MethodLength:
1111
Max: 43 # default: 10
1212

13-
# we couldn't use named matches in ruby 1.8.7
14-
Style/PerlBackrefs:
15-
Exclude:
16-
- lib/generators/rspec/scaffold/scaffold_generator.rb
17-
1813
# On 1.8 `proc` was `lambda`, so we used `Proc.new` to ensure we got real procs
1914
# on all supported versions.
2015
# http://batsov.com/articles/2014/02/04/the-elements-of-style-in-ruby-number-12-proc-vs-proc-dot-new/

0 commit comments

Comments
 (0)