rubocop: disable Rails/HelperInstanceVariable

git-svn-id: http://svn.redmine.org/redmine/trunk@18500 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-09-21 14:11:07 +00:00
parent 7ffa505a02
commit 53aae425ba
2 changed files with 3 additions and 20 deletions

View File

@@ -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