mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 13:00:25 +01:00
rubocop: disable Naming/AccessorMethodName
git-svn-id: http://svn.redmine.org/redmine/trunk@18526 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -40,6 +40,9 @@ Lint/IneffectiveAccessModifier:
|
||||
Metrics:
|
||||
Enabled: false
|
||||
|
||||
Naming/AccessorMethodName:
|
||||
Enabled: false
|
||||
|
||||
Naming/BinaryOperatorParameterName:
|
||||
Enabled: false
|
||||
|
||||
|
||||
@@ -617,18 +617,6 @@ Lint/Void:
|
||||
- 'lib/redmine/unified_diff.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:
|
||||
Exclude:
|
||||
- 'app/models/document_category.rb'
|
||||
|
||||
Reference in New Issue
Block a user