Skip to content

Commit

Permalink
Merge pull request #14 from wundertax/bump
Browse files Browse the repository at this point in the history
Bump rubocop-wundertax
  • Loading branch information
mhenrixon authored May 26, 2020
2 parents b5f5e7f + 3ad4619 commit 56b0831
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Layout/CaseIndentation:
EnforcedStyle: end
AutoCorrect: true

Layout/EmptyLinesAroundAttributeAccessor:
Enabled: true

Layout/EndAlignment:
EnforcedStyleAlignWith: start_of_line
AutoCorrect: true
Expand Down Expand Up @@ -70,6 +73,9 @@ Lint/AmbiguousBlockAssociation:
Exclude:
- spec/**/*_spec.rb

Lint/DeprecatedOpenSSLConstant:
Enabled: true

Lint/RaiseException:
Enabled: true

Expand Down Expand Up @@ -210,6 +216,9 @@ Lint/OrderedMagicComments:
Style/PercentLiteralDelimiters:
Enabled: true

Style/SlicingWithRange:
Enabled: true

Style/SymbolArray:
EnforcedStyle: percent

Expand Down
4 changes: 2 additions & 2 deletions rubocop-wundertax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Gem::Specification.new do |s|
s.name = 'rubocop-wundertax'
s.version = '1.0.0'
s.version = '2.0.3'
s.summary = 'RuboCop Wundertax'
s.description = 'Code style checking for Wundertax Ruby repositories'
s.homepage = 'https://github.com/wundertax/rubocop-wundertax'
s.license = 'MIT'

s.files = Dir['README.md', 'LICENSE', 'config/*.yml']

s.add_dependency 'rubocop', '~> 0.80'
s.add_dependency 'rubocop', '~> 0.84'
s.add_dependency 'rubocop-performance'
s.add_dependency 'rubocop-rails'
s.add_dependency 'rubocop-rspec'
Expand Down

0 comments on commit 56b0831

Please sign in to comment.