Skip to content

Commit

Permalink
Merge pull request #19 from wundertax/bump-config
Browse files Browse the repository at this point in the history
Enable all future cops
  • Loading branch information
mhenrixon authored Sep 11, 2020
2 parents 21e5df7 + fd060c6 commit 6cdeafb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ inherit_mode:
- Exclude

AllCops:
NewCops: enable
TargetRubyVersion: 2.5

# =============== #
Expand Down Expand Up @@ -280,6 +281,9 @@ RSpec/MessageSpies:
RSpec/MultipleExpectations:
Enabled: true

RSpec/MultipleMemoizedHelpers:
Enabled: false

RSpec/NamedSubject:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion rubocop-wundertax.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-wundertax'
s.version = '2.1.1'
s.version = '2.1.2'
s.summary = 'RuboCop Wundertax'
s.description = 'Code style checking for Wundertax Ruby repositories'
s.homepage = 'https://github.com/wundertax/rubocop-wundertax'
Expand Down

0 comments on commit 6cdeafb

Please sign in to comment.