From 3281300e79e0f0b82c7a1ceb662c6f39a957f636 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 14 Aug 2017 01:57:29 +0900 Subject: Remove unnecessary Include parameter in rubocop.yml --- .rubocop.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 88d52c68be..87b5c30496 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -82,7 +82,6 @@ Style/MethodDefParentheses: Style/FrozenStringLiteralComment: Enabled: true EnforcedStyle: always - Include: Exclude: - 'railties/**/*' - 'actionview/test/**/*.builder' -- cgit v1.2.3