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 e0492a0 commit c5bad1cCopy full SHA for c5bad1c
.rubocop.yml
@@ -264,6 +264,9 @@ Style/PercentLiteralDelimiters:
264
'%W': '[]' # array of double-quoted strings
265
'%x': () # a shell command as a string
266
267
+# On 1.8 `proc` was `lambda`, so we used `Proc.new` to ensure we got real procs
268
+# on all supported versions.
269
+# http://batsov.com/articles/2014/02/04/the-elements-of-style-in-ruby-number-12-proc-vs-proc-dot-new/
270
Style/Proc:
271
Enabled: false
272
0 commit comments