summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
Commit message (Expand)AuthorAgeFilesLines
...
* rubocop: add new detected files to Performance/RedundantBlockCall (#32308)Toshi MARUYAMA2019-10-221-0/+2
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/functional/...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/re...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/re...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArra...Toshi MARUYAMA2019-10-221-6/+0
* rubocop: remove test/helpers/application_helper_test.rb from Layout/CaseInden...Toshi MARUYAMA2019-10-221-2/+0
* code cleanup: rubocop: fix Style/MultipleComparison in lib/redmine/scm/adapte...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Style/UnneededSort in test/unit/repository_git_tes...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Style/UnneededInterpolation in lib/redmine/scm/ada...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/models/set...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/set...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Layout/AlignArray in lib/redmine/default_data/load...Toshi MARUYAMA2019-10-221-5/+0
* code cleanup: rubocop: fix Layout/AlignArray in app/models/setting.rbToshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/models/attachment.rbToshi MARUYAMA2019-10-191-5/+0
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/mail_...Toshi MARUYAMA2019-10-191-4/+0
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/attac...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/issue.rbToshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/user.rbToshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/maile...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/scm/...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/help...Toshi MARUYAMA2019-10-191-1/+0
* rubocop: enable Lint/IneffectiveAccessModifierToshi MARUYAMA2019-10-191-0/+10
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/controller...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/CommentIndentation in lib/redmine/wiki_form...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/CommentIndentation in app/models/mailer.rbToshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in test/unit/lib/redmine/h...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/utils.rbToshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/utils.rbToshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/unified_di...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/models/project.rbToshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/EmptyLines in lib/redmine/wiki_formatting/t...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/EmptyLines in test/unit/query_test.rbToshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/EmptyLines in test/functional/project_enume...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/EmptyLines in test/functional/activities_co...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/wiki_forma...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Style/UnlessElse in lib/redmine/wiki_formatting/te...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rbToshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rbToshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Style/MultilineTernaryOperator in lib/redmine/util...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/queries_he...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/EndAlignment in lib/redmine/export/pdf/issu...Toshi MARUYAMA2019-10-171-7/+0
* code cleanup: rubocop: fix Layout/EndAlignment in app/helpers/versions_helper.rbToshi MARUYAMA2019-10-171-1/+0
* code cleanup: rubocop: fix Layout/EndAlignment in app/helpers/repositories_he...Toshi MARUYAMA2019-10-171-1/+0
* rubocop: add detected Layout/EndAlignment files to .rubocop_todo.ymlToshi MARUYAMA2019-10-171-1/+4
* code cleanup: rubocop: fix Layout/CaseIndentation in app/models/issue_query.rbToshi MARUYAMA2019-10-171-1/+0
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/helpers/gant...Toshi MARUYAMA2019-10-171-1/+0
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/menu_manager.rbToshi MARUYAMA2019-10-171-1/+0
* code cleanup: rubocop: fix Layout/SpaceBeforeSemicolon and Style/WhenThen in ...Toshi MARUYAMA2019-10-171-6/+0
* code cleanup: rubocop: fix Style/WhenThen in app/models/role.rbToshi MARUYAMA2019-10-171-1/+0