Skip to content

Commit

Permalink
final rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwagner committed Jun 17, 2021
1 parent c07b6cd commit 64e338b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ AllCops:
- "**/tmp/**/*"
- "*/spec/fixtures/**/*"
TargetRubyVersion: 2.5
SuggestExtensions: false
Gemspec/DateAssignment:
Enabled: true
Layout/DotPosition:
EnforcedStyle: trailing
Layout/EmptyLinesAroundAttributeAccessor:
Expand All @@ -21,6 +24,8 @@ Layout/RescueEnsureAlignment:
Enabled: false
Layout/SpaceAroundMethodCallOperator:
Enabled: false
Layout/SpaceBeforeBrackets:
Enabled: true
Lint/AmbiguousAssignment:
Enabled: true
Lint/BinaryOperatorWithIdenticalOperands:
Expand Down

0 comments on commit 64e338b

Please sign in to comment.