Skip to content

Commit

Permalink
Update RuboCop config
Browse files Browse the repository at this point in the history
Ignore installed themes files.
  • Loading branch information
gbp committed Nov 21, 2023
1 parent 4040447 commit 7021aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ AllCops:
Exclude:
- commonlib/**/*
- db/schema.rb
- lib/themes/**/*
- node_modules/**/*
- vendor/**/*
- ".git/**/*"
Expand Down

0 comments on commit 7021aac

Please sign in to comment.