summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
Commit message (Expand)AuthorAgeFilesLines
* Merged r19083 from trunk to 4.1-stable (#32470)Toshi MARUYAMA2019-11-161-0/+4
* rubocop: enable Layout/AlignArgumentsToshi MARUYAMA2019-11-091-0/+26
* cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/helpers/project...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/project.rbToshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in lib/redmine/sy...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/BlockEndNewline in app/models/message.rbToshi MARUYAMA2019-11-091-5/+0
* cleanup: rubocop: fix Layout/MultilineBlockLayout in app/controllers/auto_com...Toshi MARUYAMA2019-11-091-5/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in app/controller...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/time_entry.rbToshi MARUYAMA2019-11-091-7/+0
* rubocop: remove test/integration/api_test/issues_test.rb from Layout/IndentFi...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/helpers/workflows...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHered...Toshi MARUYAMA2019-11-091-2/+0
* cleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/files_control...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/project.rbToshi MARUYAMA2019-11-091-1/+0
* rubocop: remove app/controllers/auth_sources_controller.rb from Layout/Multil...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/auth_sources_...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/principal.rbToshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHered...Toshi MARUYAMA2019-11-091-2/+0
* rubocop: remove test/unit/lib/redmine/unified_diff_test.rb from Layout/Closin...Toshi MARUYAMA2019-11-091-1/+0
* rubocop: remove test/unit/lib/redmine/unified_diff_test.rb from Layout/Indent...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Layout/IndentHeredoc in test/unit/lib/redmine/syntax_hi...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Style/MultilineTernaryOperator and Style/NestedTernaryO...Toshi MARUYAMA2019-11-081-2/+0
* cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/mail_handl...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Style/RedundantInterpolation in test/unit/repository_me...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Style/MultilineBlockChain in lib/redmine/scm/adapters/m...Toshi MARUYAMA2019-11-081-4/+0
* cleanup: rubocop: fix Layout/SpaceInsideParens in lib/redmine/scm/adapters/me...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Layout/SpaceInsideParens in app/models/repository/mercu...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in app/models/re...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Style/RescueModifier in lib/redmine/scm/adapters/mercur...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in test/unit/act...Toshi MARUYAMA2019-11-081-1/+0
* 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