Skip to content

Commit 112624a

Browse files
Release v0.18.0
* 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
1 parent 3d1ad77 commit 112624a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rubocop-github (0.17.0)
4+
rubocop-github (0.18.0)
55
rubocop (>= 1.0.0)
66
rubocop-performance
77
rubocop-rails

rubocop-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "rubocop-github"
5-
s.version = "0.17.0"
5+
s.version = "0.18.0"
66
s.summary = "RuboCop GitHub"
77
s.description = "Code style checking for GitHub Ruby repositories "
88
s.homepage = "https://github.com/github/rubocop-github"

0 commit comments

Comments
 (0)