summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/mailer.rbToshi MARUYAMA2019-11-221-0/+2
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/journal.rbToshi MARUYAMA2019-11-221-0/+1
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/unit/lib/redmi...Toshi MARUYAMA2019-11-222-25/+16
* rubocop: remove test/unit/lib/redmine/wiki_formatting/textile_formatter_test....Toshi MARUYAMA2019-11-221-2/+0
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-26/+24
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-34/+32
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-16/+14
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-14/+12
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-16/+14
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-32/+30
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-32/+30
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-11/+10
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-7/+6
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-10/+8
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-12/+10
* cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/lib/redmine/scm/ada...Toshi MARUYAMA2019-11-221-4/+4
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/r...Toshi MARUYAMA2019-11-221-3/+2
* add missing fixture to test/system/issues_test.rbToshi MARUYAMA2019-11-221-1/+2
* code layout clean up IssuesController#build_new_issue_from_paramsToshi MARUYAMA2019-11-221-1/+3
* code layout clean up IssuesController#update_issue_from_paramsToshi MARUYAMA2019-11-221-3/+3
* code layout clean up IssuesController#bulk_editToshi MARUYAMA2019-11-221-2/+3
* code layout clean up IssuesController#createToshi MARUYAMA2019-11-221-2/+8
* code layout clean up IssuesController#showToshi MARUYAMA2019-11-221-4/+11
* code layout clean up IssuesController#indexToshi MARUYAMA2019-11-221-2/+4
* code layout clean up app/views/issues/new.js.erbToshi MARUYAMA2019-11-221-2/+5
* code layout clean up IssuesController#updateToshi MARUYAMA2019-11-221-5/+13
* code layout clean up app/views/watchers/new.js.erbToshi MARUYAMA2019-11-221-1/+5
* code layout clean up app/views/watchers/_new.html.erbToshi MARUYAMA2019-11-221-3/+12
* code layout clean up app/views/issues/_edit.html.erbToshi MARUYAMA2019-11-221-2/+4
* rubocop: remove test/unit/repository_git_test.rb from Layout/IndentFirstArray...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#tes...Toshi MARUYAMA2019-11-211-3/+3
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#tes...Toshi MARUYAMA2019-11-211-3/+3
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#tes...Toshi MARUYAMA2019-11-211-2/+3
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#tes...Toshi MARUYAMA2019-11-211-83/+71
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in lib/redmine/scm...Toshi MARUYAMA2019-11-211-11/+15
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/r...Toshi MARUYAMA2019-11-211-14/+18
* rubocop: generate .rubocop_todo.yml for Layout/EmptyLinesAroundModuleBodyToshi MARUYAMA2019-11-211-1/+21
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/sudo_m...Toshi MARUYAMA2019-11-211-2/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/themes.rbToshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/utils.rbToshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in test/mocks/open_id...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/syntax...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/scm/adapters/subve...Toshi MARUYAMA2019-11-212-7/+8
* rubocop: generate .rubocop_todo.yml for Layout/EmptyLinesAroundClassBodyToshi MARUYAMA2019-11-211-1/+21
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0