Skip to content

Commit

Permalink
Remove deprecated RuboCop rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lazarev committed Oct 24, 2017
1 parent 58183bc commit 91509c2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions style/ruby/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,12 +482,6 @@ Lint/HandleExceptions:
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#dont-hide-exceptions'
Enabled: false

Lint/InvalidCharacterLiteral:
Description: >-
Checks for invalid character literals with a non-escaped
whitespace character.
Enabled: false

Lint/LiteralInCondition:
Description: 'Checks of literals used in conditions.'
Enabled: false
Expand Down

0 comments on commit 91509c2

Please sign in to comment.