summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-231-1/+0
| | | | | | test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19196 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-231-1/+0
| | | | | | test/unit/lib/redmine/wiki_formatting/html_parser_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19187 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-231-1/+0
| | | | | | test/unit/lib/redmine/field_format/version_field_format_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19186 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-231-1/+0
| | | | | | test/functional/journals_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19185 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-231-1/+0
| | | | | | test/functional/my_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19184 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Style/MultilineIfModifier in ↵Toshi MARUYAMA2019-11-231-1/+0
| | | | | | lib/redmine/scm/adapters/subversion_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19183 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-221-1/+0
| | | | | | test/functional/roles_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19175 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ↵Toshi MARUYAMA2019-11-221-5/+0
| | | | | | test/unit/lib/redmine/wiki_formatting_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove ↵Toshi MARUYAMA2019-11-221-2/+0
| | | | | | test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb from Layout/ClosingHeredocIndentation and Layout/IndentHeredoc fixed by previous revisions git-svn-id: http://svn.redmine.org/redmine/trunk@19169 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove test/unit/repository_git_test.rb from ↵Toshi MARUYAMA2019-11-211-1/+0
| | | | | | Layout/IndentFirstArrayElement fixed by previous revisions git-svn-id: http://svn.redmine.org/redmine/trunk@19142 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: generate .rubocop_todo.yml for Layout/EmptyLinesAroundModuleBodyToshi MARUYAMA2019-11-211-1/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19135 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-211-1/+0
| | | | | | lib/redmine/scm/adapters/subversion_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19129 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: generate .rubocop_todo.yml for Layout/EmptyLinesAroundClassBodyToshi MARUYAMA2019-11-211-1/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19128 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: generate .rubocop_todo.yml for Style/AccessModifierDeclarationsToshi MARUYAMA2019-11-211-1/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19120 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Style/TrailingCommaInHashLiteralToshi MARUYAMA2019-11-201-6/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: use "EnforcedStyle: empty" for Style/EmptyElseToshi MARUYAMA2019-11-201-3/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19108 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: move Layout/CaseIndentation exclude entry from .rubocop_todo.yml to ↵Toshi MARUYAMA2019-11-201-7/+0
| | | | | | .rubocop.yml git-svn-id: http://svn.redmine.org/redmine/trunk@19106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: fix Lint/IneffectiveAccessModifier in ↵Toshi MARUYAMA2019-11-161-4/+0
| | | | | | app/models/auth_source_ldap.rb (#32470) git-svn-id: http://svn.redmine.org/redmine/trunk@19085 e93f8b46-1217-0410-a6f0-8f06a7374b81
* regenerate .rubocop_todo.yml (#32470)Toshi MARUYAMA2019-11-161-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19083 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression and ↵Toshi MARUYAMA2019-11-161-3/+0
| | | | | | Style/RedundantParentheses and Layout/SpaceAfterNot in test/helpers/application_helper_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19082 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: enable Layout/AlignArgumentsToshi MARUYAMA2019-11-091-0/+26
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19058 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in ↵Toshi MARUYAMA2019-11-091-1/+0
| | | | | | app/helpers/projects_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19050 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/project.rbToshi MARUYAMA2019-11-091-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19049 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in ↵Toshi MARUYAMA2019-11-091-1/+0
| | | | | | lib/redmine/syntax_highlighting.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19048 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/BlockEndNewline in app/models/message.rbToshi MARUYAMA2019-11-091-5/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19047 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/MultilineBlockLayout in ↵Toshi MARUYAMA2019-11-091-5/+0
| | | | | | app/controllers/auto_completes_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19045 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in ↵Toshi MARUYAMA2019-11-091-1/+0
| | | | | | app/controllers/previews_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19044 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/time_entry.rbToshi MARUYAMA2019-11-091-7/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19028 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove test/integration/api_test/issues_test.rb from ↵Toshi MARUYAMA2019-11-091-1/+0
| | | | | | Layout/IndentFirstArrayElement fixed by r19016 git-svn-id: http://svn.redmine.org/redmine/trunk@19022 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in ↵Toshi MARUYAMA2019-11-091-1/+0
| | | | | | app/helpers/workflows_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19021 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and ↵Toshi MARUYAMA2019-11-091-2/+0
| | | | | | Layout/IndentHeredoc in test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19020 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/BlockEndNewline in ↵Toshi MARUYAMA2019-11-091-1/+0
| | | | | | app/controllers/files_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19010 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/project.rbToshi MARUYAMA2019-11-091-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19009 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove app/controllers/auth_sources_controller.rb from ↵Toshi MARUYAMA2019-11-091-1/+0
| | | | | | Layout/MultilineBlockLayout fixed by r19004 git-svn-id: http://svn.redmine.org/redmine/trunk@19005 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/BlockEndNewline in ↵Toshi MARUYAMA2019-11-091-1/+0
| | | | | | app/controllers/auth_sources_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19004 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/principal.rbToshi MARUYAMA2019-11-091-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19003 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 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