Skip to content

Commit

Permalink
Backtick escape a few keywords and characters
Browse files Browse the repository at this point in the history
  • Loading branch information
tscheffert authored and bbatsov committed Jan 20, 2017
1 parent 3612393 commit 384e47d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ Style/DotPosition:
# Warn on empty else statements
# empty - warn only on empty `else`
# nil - warn on `else` with nil in it
# both - warn on empty `else` and `else` with nil in it
# both - warn on empty `else` and `else` with `nil` in it
Style/EmptyElse:
EnforcedStyle: both
SupportedStyles:
Expand Down Expand Up @@ -990,7 +990,7 @@ Style/SpaceInsideBlockBraces:
SupportedStylesForEmptyBraces:
- space
- no_space
# Space between { and |. Overrides EnforcedStyle if there is a conflict.
# Space between `{` and `|`. Overrides `EnforcedStyle` if there is a conflict.
SpaceBeforeBlockParameters: true

Style/SpaceInsideHashLiteralBraces:
Expand Down Expand Up @@ -1098,7 +1098,7 @@ Style/TrailingCommaInLiteral:
- consistent_comma
- no_comma

# TrivialAccessors requires exact name matches and doesn't allow
# `TrivialAccessors` requires exact name matches and doesn't allow
# predicated methods by default.
Style/TrivialAccessors:
# When set to `false` the cop will suggest the use of accessor methods
Expand Down

0 comments on commit 384e47d

Please sign in to comment.