Skip to content

Commit

Permalink
Remove RuboCop volume
Browse files Browse the repository at this point in the history
The temp folder is already there, why not just use it
  • Loading branch information
Earlopain committed Jan 25, 2024
1 parent 2d1cd6b commit f357d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require:
AllCops:
NewCops: enable
TargetRubyVersion: 3.2
CacheRootDirectory: tmp/cache

FactoryBot/AssociationStyle:
EnforcedStyle: explicit
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ services:
image: reverser
volumes:
- .:/app
- rubocop_cache:/rubocop_cache
entrypoint: bundle exec rubocop --cache-root /rubocop_cache
entrypoint: bundle exec rubocop
profiles:
- rubocop

Expand All @@ -95,4 +94,3 @@ services:

volumes:
build_assets:
rubocop_cache:

0 comments on commit f357d0b

Please sign in to comment.