Skip to content

Commit

Permalink
Update Rubocop to version 0.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Oct 19, 2016
1 parent e8bdfff commit ae9d865
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@ Style/MultilineMethodCallIndentation:
Style/PredicateName:
Exclude:
- 'lib/enumerate_it/class_methods.rb'

Style/GuardClause:
MinBodyLength: 3

RSpec/MultipleExpectations:
Enabled: false

RSpec/NestedGroups:
Enabled: false

RSpec/MessageExpectation:
Enabled: false
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubocop (0.43.0)
rubocop (0.44.1)
parser (>= 2.3.1.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
Expand Down

0 comments on commit ae9d865

Please sign in to comment.