Skip to content

Commit

Permalink
RuboCop config typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jul 2, 2017
1 parent 8edff9e commit d31c031
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ inherit_from: .rubocop_todo.yml
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
Exclude:
- 'vendor/**/*'

TargetRubyVersion: "2.1"
Exclude:
- "spec/**/*"
- "vendor/**/*"
Documentation:
Enabled: false

Expand Down

0 comments on commit d31c031

Please sign in to comment.