rubocop: disable Naming/AccessorMethodName

git-svn-id: http://svn.redmine.org/redmine/trunk@18526 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-09-25 04:35:40 +00:00
parent 6c7794d300
commit 2dab26cef1
2 changed files with 3 additions and 12 deletions

View File

@@ -40,6 +40,9 @@ Lint/IneffectiveAccessModifier:
Metrics: Metrics:
Enabled: false Enabled: false
Naming/AccessorMethodName:
Enabled: false
Naming/BinaryOperatorParameterName: Naming/BinaryOperatorParameterName:
Enabled: false Enabled: false

View File

@@ -617,18 +617,6 @@ Lint/Void:
- 'lib/redmine/unified_diff.rb' - 'lib/redmine/unified_diff.rb'
- 'test/functional/project_enumerations_controller_test.rb' - 'test/functional/project_enumerations_controller_test.rb'
Naming/AccessorMethodName:
Exclude:
- 'app/controllers/account_controller.rb'
- 'app/controllers/application_controller.rb'
- 'app/models/enumeration.rb'
- 'app/models/issue.rb'
- 'app/models/issue_relation.rb'
- 'app/models/mail_handler.rb'
- 'app/models/project.rb'
- 'app/models/setting.rb'
- 'lib/redmine/i18n.rb'
Naming/ConstantName: Naming/ConstantName:
Exclude: Exclude:
- 'app/models/document_category.rb' - 'app/models/document_category.rb'