summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and ↵Toshi MARUYAMA2019-11-091-2/+0
| | | | | | Layout/IndentHeredoc in test/unit/lib/redmine/wiki_formatting/macros_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18987 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove test/unit/lib/redmine/unified_diff_test.rb from ↵Toshi MARUYAMA2019-11-091-1/+0
| | | | | | Layout/ClosingHeredocIndentation fixed by previous revisions git-svn-id: http://svn.redmine.org/redmine/trunk@18977 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove test/unit/lib/redmine/unified_diff_test.rb from ↵Toshi MARUYAMA2019-11-081-1/+0
| | | | | | Layout/IndentHeredoc fixed by previous revisions git-svn-id: http://svn.redmine.org/redmine/trunk@18976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-11-081-1/+0
| | | | | | test/unit/lib/redmine/syntax_highlighting/rouge_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18965 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Style/MultilineTernaryOperator and ↵Toshi MARUYAMA2019-11-081-2/+0
| | | | | | Style/NestedTernaryOperator in app/models/issue_relation.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18961 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Style/MultilineTernaryOperator in ↵Toshi MARUYAMA2019-11-081-1/+0
| | | | | | app/models/mail_handler.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18960 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Style/RedundantInterpolation in ↵Toshi MARUYAMA2019-11-081-1/+0
| | | | | | test/unit/repository_mercurial_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18959 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Style/MultilineBlockChain in ↵Toshi MARUYAMA2019-11-081-4/+0
| | | | | | lib/redmine/scm/adapters/mercurial_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18957 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceInsideParens in ↵Toshi MARUYAMA2019-11-081-1/+0
| | | | | | lib/redmine/scm/adapters/mercurial_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18956 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceInsideParens in ↵Toshi MARUYAMA2019-11-081-1/+0
| | | | | | app/models/repository/mercurial.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18955 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in ↵Toshi MARUYAMA2019-11-081-1/+0
| | | | | | app/models/repository/cvs.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18954 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Style/RescueModifier in ↵Toshi MARUYAMA2019-11-081-1/+0
| | | | | | lib/redmine/scm/adapters/mercurial_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18946 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in ↵Toshi MARUYAMA2019-11-081-1/+0
| | | | | | test/unit/activity_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18945 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/BlockAlignment in app/helpers/queries_helper.rbToshi MARUYAMA2019-11-081-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18944 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove app/models/message.rb from Layout/MultilineBlockLayout fixed ↵Toshi MARUYAMA2019-11-061-1/+0
| | | | | | by r18902 git-svn-id: http://svn.redmine.org/redmine/trunk@18917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentAssignment in ↵Toshi MARUYAMA2019-11-051-6/+0
| | | | | | test/unit/lib/redmine/helpers/gantt_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18912 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentAssignment in ↵Toshi MARUYAMA2019-11-051-1/+0
| | | | | | app/helpers/application_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18911 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/message.rbToshi MARUYAMA2019-11-051-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18902 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 0.76.0 (#31509).Go MAEDA2019-10-311-32/+38
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18884 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: revert r18852Toshi MARUYAMA2019-10-261-7/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18867 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: generate .rubocop_todo.yml with "--exclude-limit 20"Toshi MARUYAMA2019-10-231-15/+272
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18858 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: set Layout/SpaceInsideHashLiteralBraces parameters used more than ↵Toshi MARUYAMA2019-10-231-0/+7
| | | | | | others git-svn-id: http://svn.redmine.org/redmine/trunk@18857 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: set Layout/SpaceBeforeBlockBraces parameters used more than othersToshi MARUYAMA2019-10-231-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18852 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: set Layout/SpaceInsideBlockBraces parameters used more than othersToshi MARUYAMA2019-10-231-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18851 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: move Layout/AlignArguments temporarily from .rubocop_todo.yml to ↵Toshi MARUYAMA2019-10-231-6/+0
| | | | | | .rubocop.yml git-svn-id: http://svn.redmine.org/redmine/trunk@18850 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation and ↵Toshi MARUYAMA2019-10-231-2/+0
| | | | | | Layout/IndentHeredoc in test/integration/lib/redmine/hook_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18849 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Bundler/OrderedGemsToshi MARUYAMA2019-10-231-7/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18845 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rbToshi MARUYAMA2019-10-221-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18839 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | test/helpers/application_helper_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18838 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | lib/redmine/helpers/gantt.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18837 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/diff.rbToshi MARUYAMA2019-10-221-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18836 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | app/models/wiki_page.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18835 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | app/models/time_entry.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18834 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | app/models/query.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18833 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | app/models/project.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18832 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in ↵Toshi MARUYAMA2019-10-221-7/+0
| | | | | | app/controllers/wiki_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18831 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | app/models/role.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18829 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Lint/NestedMethodDefinition in ↵Toshi MARUYAMA2019-10-221-4/+0
| | | | | | test/unit/lib/redmine/menu_manager/menu_helper_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18828 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and ↵Toshi MARUYAMA2019-10-221-2/+0
| | | | | | Layout/EmptyLinesAroundAccessModifier in app/controllers/timelog_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18825 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and ↵Toshi MARUYAMA2019-10-221-2/+0
| | | | | | Layout/EmptyLinesAroundAccessModifier in app/controllers/messages_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18824 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and ↵Toshi MARUYAMA2019-10-221-2/+0
| | | | | | Layout/EmptyLinesAroundAccessModifier in app/controllers/boards_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18823 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | app/helpers/application_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18822 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Performance/RedundantBlockCall in ↵Toshi MARUYAMA2019-10-221-5/+0
| | | | | | app/controllers/application_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18821 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Performance/RedundantBlockCall in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | lib/redmine/scm/adapters/abstract_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18820 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Performance/RedundantBlockCall in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | lib/redmine/views/builders.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18819 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: add new detected files to Performance/RedundantBlockCall (#32308)Toshi MARUYAMA2019-10-221-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18818 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Performance/RedundantBlockCall in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18814 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Performance/RedundantBlockCall in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | lib/redmine/views/builders/structure.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18813 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Performance/RedundantBlockCall in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | test/unit/lib/redmine/views/builders/json_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Performance/RedundantBlockCall in ↵Toshi MARUYAMA2019-10-221-1/+0
| | | | | | test/unit/lib/redmine/views/builders/xml_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18811 e93f8b46-1217-0410-a6f0-8f06a7374b81