summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
Commit message (Collapse)AuthorAgeFilesLines
* Replace gsub with tr, delete, or squeeze (#34161).Go MAEDA2020-10-241-22/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Hash#merge! with Hash#[]= (#34160).Go MAEDA2020-10-241-16/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20175 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop Performance to 1.8 (#34159).Go MAEDA2020-10-241-0/+47
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20174 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop Rails to 2.8 (#32531).Go MAEDA2020-10-231-3/+92
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20172 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.0 (#32530).Go MAEDA2020-10-231-54/+173
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update .rubocop_todo.yml (#32530).Go MAEDA2020-10-231-16/+31
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/For (#32530).Go MAEDA2020-10-201-8/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a RuboCop offence Style/MethodDefParentheses (#32530).Go MAEDA2020-10-201-7/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20152 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuboCop: Disable Rails/FilePath and Style/ClassVars in lib/redmine/twofa.rb ↵Go MAEDA2020-08-291-0/+2
| | | | | | (#1237). git-svn-id: http://svn.redmine.org/redmine/trunk@19992 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuboCop: Update .rubocop_todo.ymlGo MAEDA2020-08-291-57/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19987 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 0.81 (#32530).Go MAEDA2020-04-051-27/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19645 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuboCop: Update .rubocop_todo.ymlGo MAEDA2020-04-051-8/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19644 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 0.80 (#32530).Go MAEDA2020-02-191-9/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19522 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ruby 2.7: Remove deprecated URI.escape/unescape (#32752).Go MAEDA2020-01-231-6/+0
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19455 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 0.79 (#32530).Go MAEDA2020-01-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19411 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 0.78 (#32530).Go MAEDA2019-12-261-4/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19405 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop Rails to 2.4 (#32531).Go MAEDA2019-11-291-1/+31
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19321 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 0.77 (#32530).Go MAEDA2019-11-291-39/+39
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19320 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove test/functional/issues_controller_test.rb from ↵Toshi MARUYAMA2019-11-251-1/+0
| | | | | | Layout/MultilineHashBraceLayout fixed by previous revision git-svn-id: http://svn.redmine.org/redmine/trunk@19312 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/MultilineHashBraceLayout and ↵Toshi MARUYAMA2019-11-251-1/+0
| | | | | | Layout/SpaceInsideBlockBraces in app/models/auth_source_ldap.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19293 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: generate .rubocop_todo.yml for Layout/MultilineHashBraceLayoutToshi MARUYAMA2019-11-241-1/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19282 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceInsidePercentLiteralDelimiters in ↵Toshi MARUYAMA2019-11-241-5/+0
| | | | | | app/models/project.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19280 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | test/functional/email_addresses_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19267 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | test/functional/account_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19266 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | lib/redmine/field_format.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19261 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19257 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | lib/redmine/helpers/gantt.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19255 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | lib/redmine/export/pdf.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19254 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceInsideParens in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | app/controllers/application_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19253 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19251 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in test/test_helper.rbToshi MARUYAMA2019-11-241-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19250 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/setting.rbToshi MARUYAMA2019-11-241-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19248 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/query_test.rbToshi MARUYAMA2019-11-241-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19247 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19246 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove test/unit/repository_test.rb from Layout/SpaceInsideParens ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | fixed by r19224 git-svn-id: http://svn.redmine.org/redmine/trunk@19245 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | test/unit/version_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19244 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | test/unit/project_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19243 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/unit/issue_test.rbToshi MARUYAMA2019-11-241-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19242 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | test/helpers/issues_helper_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19241 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | test/helpers/activities_helper_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19240 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | test/functional/settings_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19239 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceInsideArrayLiteralBrackets in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | test/mocks/open_id_authentication_mock.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19229 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceInsideParens in ↵Toshi MARUYAMA2019-11-241-1/+0
| | | | | | test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19228 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/user_test.rbToshi MARUYAMA2019-11-241-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19227 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentationConsistency in ↵Toshi MARUYAMA2019-11-231-7/+0
| | | | | | test/mocks/open_id_authentication_mock.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19220 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentHeredoc in ↵Toshi MARUYAMA2019-11-231-7/+0
| | | | | | test/unit/lib/redmine/wiki_formatting_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19219 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/EmptyLines in ↵Toshi MARUYAMA2019-11-231-1/+0
| | | | | | test/helpers/application_helper_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19218 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Style/MultilineIfModifier in ↵Toshi MARUYAMA2019-11-231-1/+0
| | | | | | app/models/repository/subversion.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19215 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/changeset_test.rbToshi MARUYAMA2019-11-231-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19210 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceInsideParens in ↵Toshi MARUYAMA2019-11-231-1/+0
| | | | | | test/helpers/application_helper_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19207 e93f8b46-1217-0410-a6f0-8f06a7374b81