Skip to content

Commit 8c1b6d7

Browse files
committed
RuboCop: Bump to Ruby 2.6
1 parent 5d34cfb commit 8c1b6d7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.rubocop.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 2.3
2+
TargetRubyVersion: 2.6
33
DisabledByDefault: true
44
DisplayCopNames: true
55
ExtraDetails: true
@@ -175,10 +175,6 @@ Lint/InheritException:
175175
Exclude:
176176
- src/main/ruby/core/exception.rb
177177

178-
Lint/InvalidCharacterLiteral:
179-
Description: Checks for invalid character literals with a non-escaped whitespace character.
180-
Enabled: true
181-
182178
Lint/LiteralInCondition:
183179
Description: Checks of literals used in conditions.
184180
Details: >-

0 commit comments

Comments
 (0)