Skip to content

Commit

Permalink
disable Style/SpaceInsidePercentLiteralDelimiters cop
Browse files Browse the repository at this point in the history
Allow spaces inside %quotes. Eg., `%w( foo )`
  • Loading branch information
jhoblitt committed Jul 7, 2016
1 parent c88f519 commit bdf5d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -660,3 +660,5 @@ Style/StructInheritance:
Style/SymbolLiteral:
Enabled: false

Style/SpaceInsidePercentLiteralDelimiters:
Enabled: false

0 comments on commit bdf5d9b

Please sign in to comment.