Skip to content

Commit

Permalink
Improve RuboCop config
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Mar 28, 2024
1 parent 194e523 commit 5b07834
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ AllCops:
DisplayStyleGuide: true
ExtraDetails: true
Exclude:
- 'gemfiles/**/*'
- 'node_modules/**/*'
- 'vendor/bundle/**/*'
- .git/**/*
- gemfiles/**/*
- node_modules/**/*
- test/generators/tmp/**/*
- tmp/**/*
- vendor/**/*

Layout/HashAlignment:
EnforcedColonStyle: table
Expand Down

0 comments on commit 5b07834

Please sign in to comment.