Skip to content

Commit

Permalink
upgrade Rubocop & drop Ruby 2.4.x support (#2190)
Browse files Browse the repository at this point in the history
* upgrade Rubocop & drop Ruby 2.4 support

To use latest Rubocop we need to drop support
for Ruby 2.4.x.

Also, this change fixes some offenses with
auto correction.

* next version will be 1.6.0
  • Loading branch information
dnesteryuk authored Sep 27, 2021
1 parent 5b4a2dd commit f5d9831
Show file tree
Hide file tree
Showing 83 changed files with 375 additions and 617 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
NewCops: enable
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5
SuggestExtensions: false
Exclude:
- vendor/**/*
Expand Down
Loading

0 comments on commit f5d9831

Please sign in to comment.