summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in test/unit/lib/redmin...Toshi MARUYAMA2019-09-041-1/+0
* Code cleanup: RuboCop: Fix Performance/InefficientHashSearchGo MAEDA2019-09-031-9/+0
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adap...Toshi MARUYAMA2019-08-311-1/+0
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adap...Toshi MARUYAMA2019-08-311-1/+0
* CodeCleanup: RuboCop: Fix Style/RaiseArgs in app/models/mail_handler.rbGo MAEDA2019-08-271-1/+0
* Code cleanup: RuboCop: Fix Style/UnneededCondition in app/models/setting.rbGo MAEDA2019-08-261-1/+0
* RuboCop: Disable Layout/SpaceInsideBlockBracesGo MAEDA2019-08-251-7/+0
* Code cleanup: RuboCop: Fix Lint/UnneededRequireStatement in app/models/wiki_p...Go MAEDA2019-08-251-5/+0
* Code cleanup: RuboCop: Fix Style/IdenticalConditionalBranches in app/models/p...Go MAEDA2019-08-201-1/+0
* Add rubocop-performance (#31509).Go MAEDA2019-08-181-0/+64
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-171-14/+0
* Update RuboCop to 0.74.0 (#31509).Go MAEDA2019-08-151-14/+10
* 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