mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00: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:
parent
6c7794d300
commit
2dab26cef1
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user