Skip to content

Commit

Permalink
Merge pull request #16 from wundertax/bump-rubocop-85
Browse files Browse the repository at this point in the history
Bump version and add back missing cops
  • Loading branch information
mhenrixon authored Jun 2, 2020
2 parents 07e6edc + 0d66198 commit a3400b8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Layout/ArgumentAlignment:
Layout/CaseIndentation:
EnforcedStyle: end
AutoCorrect: true

Layout/EmptyLinesAroundAttributeAccessor:
Enabled: true

Layout/EndAlignment:
EnforcedStyleAlignWith: start_of_line
Expand Down Expand Up @@ -55,6 +58,9 @@ Layout/LineLength:
- http
- https

Layout/SpaceAroundMethodCallOperator:
Enabled: true

Layout/TrailingEmptyLines:
EnforcedStyle: final_newline

Expand All @@ -66,13 +72,21 @@ Lint/AmbiguousBlockAssociation:
Enabled: true
Exclude:
- spec/**/*_spec.rb
Lint/DeprecatedOpenSSLConstant:
Enabled: true

Lint/MixedRegexpCaptureTypes:
Enabled: true

Lint/OrderedMagicComments:
Enabled: true

Lint/RaiseException:
Enabled: true

Lint/StructNewOverride:
Enabled: true

# TODO: Fix this one
Lint/UriEscapeUnescape:
Enabled: false
Expand Down Expand Up @@ -184,6 +198,9 @@ RSpec/NestedGroups:
Style/Documentation:
Enabled: false

Style/ExponentialNotation:
Enabled: true

Style/FrozenStringLiteralComment:
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.0.4'
s.version = '2.0.5'
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 a3400b8

Please sign in to comment.