rubocop: disable Naming/BinaryOperatorParameterName

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

View File

@@ -37,6 +37,9 @@ Lint/HandleExceptions:
Metrics:
Enabled: false
Naming/BinaryOperatorParameterName:
Enabled: false
Naming/PredicateName:
Enabled: false

View File

@@ -653,24 +653,6 @@ Naming/AccessorMethodName:
- 'app/models/setting.rb'
- 'lib/redmine/i18n.rb'
Naming/BinaryOperatorParameterName:
Exclude:
- 'app/models/custom_field.rb'
- 'app/models/enumeration.rb'
- 'app/models/issue.rb'
- 'app/models/issue_category.rb'
- 'app/models/issue_relation.rb'
- 'app/models/issue_status.rb'
- 'app/models/member.rb'
- 'app/models/principal.rb'
- 'app/models/project.rb'
- 'app/models/repository.rb'
- 'app/models/role.rb'
- 'app/models/tracker.rb'
- 'app/models/version.rb'
- 'lib/redmine/plugin.rb'
- 'lib/redmine/themes.rb'
Naming/ConstantName:
Exclude:
- 'app/models/document_category.rb'