Skip to content

Commit

Permalink
Add large directories to Rubocop's ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth committed Aug 5, 2024
1 parent bc4edda commit 76c273a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ AllCops:
- 'vendor/**/*'
- 'Vagrantfile'
- 'app/helpers/geoblacklight_helper.rb'
- 'coverage/**/*'
- 'log/**/*'
- 'tmp/**/*'
NewCops: enable

Style/Documentation:
Expand Down

0 comments on commit 76c273a

Please sign in to comment.