Skip to content

Commit

Permalink
chore: update rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
rubysamurai committed Apr 5, 2024
1 parent fc8c25d commit 12bc7f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
AllCops:
TargetRubyVersion: 2.2
TargetRubyVersion: 2.0
NewCops: enable
SuggestExtensions: false

Layout/IndentationConsistency:
EnforcedStyle: indented_internal_methods
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ source 'https://rubygems.org'
gemspec

gem 'loofah', '<= 2.20.0' if RUBY_VERSION <= '2.5.0'
gem 'rubocop', require: false

0 comments on commit 12bc7f8

Please sign in to comment.