From ff772d123ffd270549bc69a189ff810b11276521 Mon Sep 17 00:00:00 2001 From: Nick Muerdter Date: Sun, 26 Oct 2014 09:00:54 -0600 Subject: [PATCH] Ignore pre-compiled assets from rubocop's checks. --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 4ea2031d..6b0da4ff 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,6 +3,7 @@ AllCops: - tmp/**/* - vendor/**/* - config/compass.rb + - public/web-assets/**/* RunRailsCops: true Lint/LiteralInInterpolation: