summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...Toshi MARUYAMA2019-10-141-1/+0
* code cleanup: rubocop: fix Layout/IndentHeredoc and Layout/IndentationConsist...Toshi MARUYAMA2019-10-141-2/+0
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/project_te...Toshi MARUYAMA2019-10-141-1/+0
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in app/models/set...Toshi MARUYAMA2019-10-131-1/+0
* code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in test/unit/que...Toshi MARUYAMA2019-10-131-1/+0
* code cleanup: rubocop: fix Layout/IndentationConsistency in test/helpers/appl...Toshi MARUYAMA2019-10-131-1/+0
* rubocop: remove test/functional/project_enumerations_controller_test.rb from ...Toshi MARUYAMA2019-10-131-1/+0
* code cleanup: rubocop: fix Layout/IndentationConsistency in app/models/attach...Toshi MARUYAMA2019-10-091-1/+0
* rubocop: remove test/functional/project_enumerations_controller_test.rb from ...Toshi MARUYAMA2019-10-091-1/+0
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/changeset.rbToshi MARUYAMA2019-10-091-1/+0
* rubocop: add Style/AsciiComments to .rubocop_todo.ymlToshi MARUYAMA2019-10-091-5/+0
* code cleanup: rubocop: fix Style/AsciiComments in lib/redmine/search.rbToshi MARUYAMA2019-10-091-1/+0
* code cleanup: rubocop: fix Style/AsciiComments in test/unit/mail_handler_test.rbToshi MARUYAMA2019-10-091-1/+0
* code cleanup: rubocop: fix Style/RedundantBegin in lib/redmine/scm/adapters/g...Toshi MARUYAMA2019-10-081-5/+0
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/iss...Toshi MARUYAMA2019-10-071-1/+0
* code cleanup: rubocop: fix Style/HashSyntax in test/functional/issues_control...Toshi MARUYAMA2019-10-071-7/+0
* use "attr_writer" instead of "attr_accessor" for WikiPage#deleted_attachment_idsToshi MARUYAMA2019-10-071-4/+0
* use "attr_writer" instead of "attr_accessor" for QueryColumn#sortableToshi MARUYAMA2019-10-071-1/+0
* use "attr_reader" instead of "attr_accessor" for CustomFieldValue#valueToshi MARUYAMA2019-10-071-1/+0
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/Indent...Toshi MARUYAMA2019-10-071-2/+0
* code cleanup: rubocop: fix Layout/AlignArray in test/functional/issues_contro...Toshi MARUYAMA2019-10-071-1/+0
* code cleanup: rubocop: fix Layout/SpaceAfterColon in test/integration/wiki_te...Toshi MARUYAMA2019-10-071-5/+0
* code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in test/func...Toshi MARUYAMA2019-10-071-1/+0
* code cleanup: rubocop: fix Layout/SpaceAfterColon in test/functional/issues_c...Toshi MARUYAMA2019-10-071-1/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/functiona...Toshi MARUYAMA2019-10-071-1/+0
* code cleanup: rubocop: fix Lint/UselessAccessModifier in app/models/changeset.rbToshi MARUYAMA2019-10-071-5/+0
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/functional/documents_...Toshi MARUYAMA2019-10-071-1/+0
* rubocop: remove test/integration/attachments_test.rb from Layout/EmptyLinesAr...Toshi MARUYAMA2019-10-071-1/+0
* rubocop: remove test/functional/issues_controller_test.rb from Layout/IndentH...Toshi MARUYAMA2019-10-071-2/+0
* RuboCop: Disable Layout/SpaceInsideHashLiteralBracesGo MAEDA2019-10-031-7/+0
* Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.Go MAEDA2019-10-021-12/+0
* Update rubocop-performance to 1.5.0 (#31509).Go MAEDA2019-10-021-0/+12
* fix Redmine::Themes#scan_themes is not privateToshi MARUYAMA2019-10-011-1/+0
* fix Watcher#prune_single_user is not privateToshi MARUYAMA2019-10-011-1/+0
* Update RuboCop to 0.75.0 (#31509).Go MAEDA2019-10-011-15/+24
* fix duplicate name of IssuesControllerTest#test_bulk_copy_should_allow_copyin...Toshi MARUYAMA2019-09-301-1/+0
* rubocop: remove app/models/issue.rb from Layout/ElseAlignment fixed by previo...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/helpers/applica...Toshi MARUYAMA2019-09-301-1/+0
* rubocop: remove test/integration/api_test/issues_test.rb from Layout/Indentat...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...Toshi MARUYAMA2019-09-301-1/+0
* rubocop: remove app/models/attachment.rb from Layout/EmptyLineBetweenDefs fix...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/set...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/att...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/helpers/ap...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/MultilineBlockLayout in app/models/issue.rbToshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/unit/chan...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/issue_test.rbToshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/api...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/integrati...Toshi MARUYAMA2019-09-251-1/+0