summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
Commit message (Expand)AuthorAgeFilesLines
* RuboCop: Ignore Style/FormatString and Style/FormatStringToken in lib/redmine...Go MAEDA2019-08-141-0/+2
* Code cleanup: RuboCop: Layout/TrailingBlankLinesGo MAEDA2019-08-141-12/+0
* rubocop: fix Style/YodaCondition of lib/redmine/scm/adapters/abstract_adapter.rbToshi MARUYAMA2019-08-041-7/+0
* rubocop: fix Layout/DefEndAlignment of test/functional/documents_controller_t...Toshi MARUYAMA2019-08-041-7/+0
* rubocop: fix Layout/IndentationConsistency of test/unit/repository_cvs_test.rbToshi MARUYAMA2019-08-041-1/+0
* rubocop: fix Layout/DefEndAlignment of test/unit/repository_cvs_test.rbToshi MARUYAMA2019-08-041-1/+0
* rubocop: remove app/helpers/calendars_helper.rb from Style/UnneededInterpolat...Toshi MARUYAMA2019-08-041-1/+0
* rubocop: fix Layout/CommentIndentation of test/unit/repository_cvs_test.rbToshi MARUYAMA2019-08-041-1/+0
* rubocop: fix Layout/BlockAlignment of test/unit/lib/redmine/scm/adapters/merc...Toshi MARUYAMA2019-08-041-1/+0
* rubocop: use Layout/TrailingWhitespace AllowInHeredoc trueToshi MARUYAMA2019-08-031-6/+0
* rubocop: fix Layout/EmptyLinesAroundAccessModifier of test/functional/reposit...Toshi MARUYAMA2019-08-031-1/+0
* rubocop: fix Layout/EmptyLinesAroundAccessModifier of lib/redmine/scm/adapter...Toshi MARUYAMA2019-08-031-1/+0
* rubocop: remove not detected lib/redmine/scm/adapters/abstract_adapter.rb fro...Toshi MARUYAMA2019-08-031-1/+0
* rubocop: fix Layout/CaseIndentation of test/unit/lib/redmine/scm/adapters/mer...Toshi MARUYAMA2019-08-031-1/+0
* rubocop: fix Layout/BlockAlignment of test/functional/repositories_mercurial_...Toshi MARUYAMA2019-07-301-1/+0
* rubocop: fix Layout/BlockAlignment of test/functional/repositories_git_contro...Toshi MARUYAMA2019-07-301-1/+0
* rubocop: fix Layout/AlignArray of test/unit/repository_bazaar_test.rbToshi MARUYAMA2019-07-291-1/+0
* rubocop: fix Layout/AlignArray of test/unit/lib/redmine/scm/adapters/mercuria...Toshi MARUYAMA2019-07-291-1/+0
* rubocop: fix Layout/AccessModifierIndentation of scm/adapters/abstract_adapte...Toshi MARUYAMA2019-07-291-1/+0
* Update RuboCop to 0.72.0 (#31509).Go MAEDA2019-06-261-2/+23
* RuboCop: Disable MetricsGo MAEDA2019-06-201-307/+2
* Code cleanup: RuboCop: Style/DefWithParenthesesGo MAEDA2019-06-201-8/+0
* Add RuboCop to enforce some styles (#31509).Go MAEDA2019-06-191-0/+2208