Skip to content

Commit

Permalink
Apply RuboCop linting for Ruby 2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
  • Loading branch information
tnir committed May 10, 2022
1 parent 90797d1 commit 9381d4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .rubocop.yml
@@ -1,6 +1,7 @@
AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.4
DisabledByDefault: true
SuggestExtensions: false
Exclude:
- doc/**/*.rb
- rake.gemspec
Expand All @@ -26,7 +27,7 @@ Layout/LineLength:
Layout/IndentationWidth:
Enabled: true

Layout/Tab:
Layout/IndentationStyle:
Enabled: true

Layout/EmptyLines:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,5 +6,5 @@ group :development do
gem "bundler"
gem "minitest"
gem "coveralls"
gem "rubocop", "~> 0.81.0"
gem "rubocop", "~> 1.12.1"
end

0 comments on commit 9381d4d

Please sign in to comment.