From 4e1972e1ca6936b92e586b273742570b0c666ff8 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Fri, 20 Apr 2018 00:20:33 +0900 Subject: Add exculude condition in rubocop.yml * Excluded `railties/test/fixtures/tmp/**/*` from rubocop inspect files * These files are generated after running test in railties --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index eb410376fe..8981f023b4 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -9,6 +9,7 @@ AllCops: - '**/templates/**/*' - '**/vendor/**/*' - 'actionpack/lib/action_dispatch/journey/parser.rb' + - 'railties/test/fixtures/tmp/**/*' # Prefer assert_not_x over refute_x CustomCops/RefuteNot: -- cgit v1.2.3