Skip to content

Commit

Permalink
Update Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
aldesantis committed Aug 12, 2018
1 parent 69d7845 commit 4a7ed1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
require: rubocop-rspec

AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.5
Include:
- '**/Gemfile'
- '**/Rakefile'
- '**/*.rb'
Exclude:
- 'bin/*'
- 'db/**/*'
Expand Down Expand Up @@ -53,7 +54,7 @@ Style/SignalException:
Style/BracesAroundHashParameters:
EnforcedStyle: context_dependent

Lint/EndAlignment:
Layout/EndAlignment:
EnforcedStyleAlignWith: variable
AutoCorrect: true

Expand Down

0 comments on commit 4a7ed1b

Please sign in to comment.