Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Commit

Permalink
Make sure to ignore the /public/test-assets directory from Rubocop.
Browse files Browse the repository at this point in the history
Since we're now precompiling the assets during tests, we need to
exclude this directory from Rubocop so it doesn't pick up files in there
on subsequent runs.
  • Loading branch information
GUI committed Feb 19, 2015
1 parent cb81a3f commit a4e052c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AllCops:
- vendor/**/*
- config/compass.rb
- public/web-assets/**/*
- public/test-assets/**/*
RunRailsCops: true

Lint/LiteralInInterpolation:
Expand Down

0 comments on commit a4e052c

Please sign in to comment.