Skip to content

Commit

Permalink
Merge pull request #179 from artem-forks/rubocop.ruby
Browse files Browse the repository at this point in the history
Running rubocop in the 2.1 mode
  • Loading branch information
chris-rock authored Jun 15, 2017
2 parents f81995c + 2907f3e commit 1bc13dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AllCops:
Exclude:
- vendor/**/*
- test/**/*
TargetRubyVersion: 2.3 # we need this because of chef 12 support
TargetRubyVersion: 2.1 # we need this because of chef 12.5.1 support
Metrics/AbcSize:
Max: 29
Metrics/CyclomaticComplexity:
Expand Down

0 comments on commit 1bc13dc

Please sign in to comment.