Skip to content

Commit

Permalink
fix rubocop config indentation and add exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Aug 25, 2024
1 parent fc33c3c commit 399dc52
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
inherit_gem:
rubocop-rails-omakase: rubocop.yml

---
AllCops:
Exclude:
- node_modules/**/*
- vendor/**/*
Layout/SpaceInsideArrayLiteralBrackets:
Enabled: false

Performance/UnfreezeString:
Enabled: false
inherit_gem:
rubocop-rails-omakase: rubocop.yml

0 comments on commit 399dc52

Please sign in to comment.