Skip to content

Commit

Permalink
.rubocop.yml: remove TargetRubyVersion to use default version
Browse files Browse the repository at this point in the history
target ruby version 2.5 doesn't work with rubocop 0.50.0

Error: Unknown Ruby version 2.5 found in `TargetRubyVersion` parameter (in /root/lkp-tests/.rubocop.yml).
Known versions: 1.9, 2.0, 2.1, 2.2, 2.3, 2.4

Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
rli9 committed Jan 13, 2024
1 parent ea19661 commit 069d441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
AllCops:
TargetRubyVersion: 2.5
NewCops: disable
SuggestExtensions: false

Expand Down

0 comments on commit 069d441

Please sign in to comment.