summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
Commit message (Expand)AuthorAgeFilesLines
...
* cleanup: rubocop: fix Layout/BlockAlignment in app/helpers/queries_helper.rbToshi MARUYAMA2019-11-081-1/+0
* rubocop: remove app/models/message.rb from Layout/MultilineBlockLayout fixed ...Toshi MARUYAMA2019-11-061-1/+0
* cleanup: rubocop: fix Layout/IndentAssignment in test/unit/lib/redmine/helper...Toshi MARUYAMA2019-11-051-6/+0
* cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/application_help...Toshi MARUYAMA2019-11-051-1/+0
* cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/message.rbToshi MARUYAMA2019-11-051-1/+0
* Update RuboCop to 0.76.0 (#31509).Go MAEDA2019-10-311-32/+38
* rubocop: revert r18852Toshi MARUYAMA2019-10-261-7/+0
* rubocop: generate .rubocop_todo.yml with "--exclude-limit 20"Toshi MARUYAMA2019-10-231-15/+272
* rubocop: set Layout/SpaceInsideHashLiteralBraces parameters used more than ot...Toshi MARUYAMA2019-10-231-0/+7
* rubocop: set Layout/SpaceBeforeBlockBraces parameters used more than othersToshi MARUYAMA2019-10-231-0/+7
* rubocop: set Layout/SpaceInsideBlockBraces parameters used more than othersToshi MARUYAMA2019-10-231-0/+7
* rubocop: move Layout/AlignArguments temporarily from .rubocop_todo.yml to .ru...Toshi MARUYAMA2019-10-231-6/+0
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/Indent...Toshi MARUYAMA2019-10-231-2/+0
* rubocop: disable Bundler/OrderedGemsToshi MARUYAMA2019-10-231-7/+0
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rbToshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in test/helpers/applicatio...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/redmine/he...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/diff.rbToshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/wik...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/tim...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/que...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/pro...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/controller...Toshi MARUYAMA2019-10-221-7/+0
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/rol...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Lint/NestedMethodDefinition in test/unit/lib/redmi...Toshi MARUYAMA2019-10-221-4/+0
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-221-2/+0
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-221-2/+0
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-221-2/+0
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/ap...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Performance/RedundantBlockCall in app/controllers/...Toshi MARUYAMA2019-10-221-5/+0
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/scm/...Toshi MARUYAMA2019-10-221-1/+0
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view...Toshi MARUYAMA2019-10-221-1/+0
* 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