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 d1a553c commit 7258415Copy full SHA for 7258415
.rubocop_todo.yml
@@ -10,11 +10,6 @@ Layout/LineLength:
10
Metrics/MethodLength:
11
Max: 43 # default: 10
12
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
-
18
# On 1.8 `proc` was `lambda`, so we used `Proc.new` to ensure we got real procs
19
# on all supported versions.
20
# http://batsov.com/articles/2014/02/04/the-elements-of-style-in-ruby-number-12-proc-vs-proc-dot-new/
0 commit comments