Skip to content

Commit

Permalink
Update Rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Apr 5, 2020
1 parent afa41a3 commit b950558
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,21 @@ AllCops:
Exclude:
- bin/*
- lib/generators/**/*.rb
- gemfiles/*
- spec/**/*
- examples/*

Lint/RaiseException:
Enabled: true

Lint/StructNewOverride:
Enabled: true

Style/HashEachMethods:
Enabled: true

Style/HashTransformKeys:
Enabled: true

Style/HashTransformValues:
Enabled: true

0 comments on commit b950558

Please sign in to comment.