Skip to content

Commit

Permalink
Merge 036e59f into d539f7d
Browse files Browse the repository at this point in the history
  • Loading branch information
duduribeiro committed May 25, 2020
2 parents d539f7d + 036e59f commit 34c2599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop_dnsimple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ Layout/SpaceInsidePercentLiteralDelimiters:
# We'll remove them once they become defaults.
# See https://docs.rubocop.org/en/latest/versioning/


Layout/SpaceAroundMethodCallOperator:
Enabled: true

Expand All @@ -400,3 +401,7 @@ Layout/EmptyLinesAroundAttributeAccessor:

Style/SlicingWithRange:
Enabled: true

# Introduced in rubocop 0.84.0
Lint/DeprecatedOpenSSLConstant:
Enabled: true

0 comments on commit 34c2599

Please sign in to comment.