Skip to content

Commit

Permalink
Merge pull request #951 from jordan-brough/rubocop-symbol-proc
Browse files Browse the repository at this point in the history
Disable Rubocop SymbolProc
  • Loading branch information
jhawthorn committed Mar 3, 2016
2 parents 2755406 + c7cd4f9 commit 4c4fc6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ Style/StringLiterals:
Enabled: false
StyleGuide: http://relaxed.ruby.style/#stylestringliterals

Style/SymbolProc:
Enabled: false

Style/WhileUntilModifier:
Enabled: false
StyleGuide: http://relaxed.ruby.style/#stylewhileuntilmodifier
Expand Down

0 comments on commit 4c4fc6a

Please sign in to comment.