From 53aae425bada3b23a201436b9c5e64728cef7377 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 21 Sep 2019 14:11:07 +0000 Subject: rubocop: disable Rails/HelperInstanceVariable git-svn-id: http://svn.redmine.org/redmine/trunk@18500 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 869a8268e..d362aa946 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -45,6 +45,9 @@ Rails/BulkChangeTable: - 'db/migrate/20120714122200_add_workflows_rule_fields.rb' - 'db/migrate/20131214094309_remove_custom_fields_min_max_length_default_values.rb' +Rails/HelperInstanceVariable: + Enabled: false + Style/FrozenStringLiteralComment: Enabled: true EnforcedStyle: always -- cgit v1.2.3