Skip to content

Commit

Permalink
Release v0.18.0
Browse files Browse the repository at this point in the history
* Changed: Layout/IndentationWidth cop enabled by default
* Changed: Use the new `Cop::Base` API instead of the deprecated `Cop::Cop`
* Removed: support for Ruby 2.6
* Removed: deprecated config files for RuboCop < 0.68
  • Loading branch information
composerinteralia committed Jun 27, 2022
1 parent 3d1ad77 commit 112624a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubocop-github (0.17.0)
rubocop-github (0.18.0)
rubocop (>= 1.0.0)
rubocop-performance
rubocop-rails
Expand Down
2 changes: 1 addition & 1 deletion rubocop-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "rubocop-github"
s.version = "0.17.0"
s.version = "0.18.0"
s.summary = "RuboCop GitHub"
s.description = "Code style checking for GitHub Ruby repositories "
s.homepage = "https://github.com/github/rubocop-github"
Expand Down

0 comments on commit 112624a

Please sign in to comment.