Skip to content

Commit

Permalink
test rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov committed Dec 26, 2018
1 parent 18e70a7 commit 093c4d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Style/Documentation:
Style/SymbolArray:
EnforcedStyle: brackets

Style/PercentLiteralDelimiters:
PreferredDelimiters:
default: ()
'%w': ()
# Style/PercentLiteralDelimiters:
# PreferredDelimiters:
# default: ()
# '%w': ()

Style/ClassCheck:
EnforcedStyle: kind_of?
Expand Down

0 comments on commit 093c4d2

Please sign in to comment.