cleanup: rubocop: fix Style/MultilineIfModifier and Style/MultilineTernaryOperator in lib/redmine/scm/adapters/git_adapter.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19199 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-23 14:27:09 +00:00
parent df7188a2e5
commit 68b4701a65
2 changed files with 18 additions and 9 deletions

View File

@@ -1258,7 +1258,6 @@ Style/MultilineIfModifier:
- 'app/views/common/feed.atom.builder'
- 'lib/redmine/access_keys.rb'
- 'lib/redmine/helpers/gantt.rb'
- 'lib/redmine/scm/adapters/git_adapter.rb'
- 'lib/redmine/wiki_formatting.rb'
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
- 'test/mocks/open_id_authentication_mock.rb'
@@ -1270,7 +1269,6 @@ Style/MultilineTernaryOperator:
- 'app/models/issue_query.rb'
- 'lib/redmine/ciphering.rb'
- 'lib/redmine/scm/adapters/filesystem_adapter.rb'
- 'lib/redmine/scm/adapters/git_adapter.rb'
Style/MultipleComparison:
Exclude: