summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup: rubocop: fix Style/WhileUntilModifier in ↵Toshi MARUYAMA2019-09-251-1/+0
| | | | | | test/application_system_test_case.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18533 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/TrailingCommaInArguments in ↵Toshi MARUYAMA2019-09-251-7/+0
| | | | | | test/unit/issue_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18529 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove config/initializers/30-redmine.rb from ↵Toshi MARUYAMA2019-09-251-1/+0
| | | | | | Style/MultilineTernaryOperator fixed by r18521 git-svn-id: http://svn.redmine.org/redmine/trunk@18528 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Naming/AccessorMethodNameToshi MARUYAMA2019-09-251-12/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18526 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Lint/IneffectiveAccessModifierToshi MARUYAMA2019-09-251-15/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18525 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rbToshi MARUYAMA2019-09-241-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18523 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in ↵Toshi MARUYAMA2019-09-241-1/+0
| | | | | | test/unit/issue_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18522 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Rails/Presence in config/initializers/30-redmine.rbToshi MARUYAMA2019-09-241-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18521 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Rails/Presence in config/initializers/10-patches.rbToshi MARUYAMA2019-09-241-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18520 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Rails/Presence in ↵Toshi MARUYAMA2019-09-241-1/+0
| | | | | | db/migrate/20110228000100_copy_repositories_log_encoding.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18519 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Rails/Presence in ↵Toshi MARUYAMA2019-09-241-1/+0
| | | | | | lib/redmine/scm/adapters/cvs_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18518 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rbToshi MARUYAMA2019-09-241-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18517 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in ↵Toshi MARUYAMA2019-09-241-1/+0
| | | | | | app/helpers/issues_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18516 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in ↵Toshi MARUYAMA2019-09-241-1/+0
| | | | | | db/migrate/20170302015225_change_attachments_digest_limit_to_64.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18515 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/WhileUntilModifier in ↵Toshi MARUYAMA2019-09-241-1/+0
| | | | | | app/helpers/issues_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18514 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in ↵Toshi MARUYAMA2019-09-241-1/+0
| | | | | | app/helpers/issues_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18513 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in ↵Toshi MARUYAMA2019-09-241-1/+0
| | | | | | app/models/repository/bazaar.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18512 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/NegatedIf in ↵Toshi MARUYAMA2019-09-241-1/+0
| | | | | | lib/redmine/scm/adapters/bazaar_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18511 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ColonMethodCall in ↵Toshi MARUYAMA2019-09-241-1/+0
| | | | | | lib/redmine/scm/adapters/bazaar_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18510 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/SpaceInsideRangeLiteral in ↵Toshi MARUYAMA2019-09-241-5/+0
| | | | | | app/models/repository/cvs.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18507 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/EmptyLiteral in ↵Toshi MARUYAMA2019-09-241-5/+0
| | | | | | lib/redmine/scm/adapters/cvs_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18506 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Performance/Casecmp in ↵Toshi MARUYAMA2019-09-211-5/+0
| | | | | | lib/redmine/scm/adapters/bazaar_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18504 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/codeset_util.rbToshi MARUYAMA2019-09-211-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18503 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/RedundantConditional in ↵Toshi MARUYAMA2019-09-211-1/+0
| | | | | | app/helpers/issues_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18502 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Naming/BinaryOperatorParameterNameToshi MARUYAMA2019-09-211-18/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18501 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Rails/HelperInstanceVariableToshi MARUYAMA2019-09-211-20/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove app/helpers/issues_helper.rb from ↵Toshi MARUYAMA2019-09-211-1/+0
| | | | | | Style/NestedTernaryOperator fixed by r18496 git-svn-id: http://svn.redmine.org/redmine/trunk@18499 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Rails/Blank in app/helpers/issues_helper.rbToshi MARUYAMA2019-09-211-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18497 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/MultilineTernaryOperator in ↵Toshi MARUYAMA2019-09-211-1/+0
| | | | | | app/helpers/issues_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18496 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in ↵Toshi MARUYAMA2019-09-211-1/+0
| | | | | | test/unit/repository_bazaar_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Lint/ScriptPermission of Rakefile fixed by r18493Toshi MARUYAMA2019-09-201-5/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18494 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/CommentedKeyword in ↵Toshi MARUYAMA2019-09-201-4/+0
| | | | | | app/models/repository/cvs.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18492 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/CommentAnnotation in ↵Toshi MARUYAMA2019-09-201-7/+0
| | | | | | lib/redmine/scm/adapters/cvs_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18491 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ClassCheck in ↵Toshi MARUYAMA2019-09-201-7/+0
| | | | | | lib/redmine/scm/adapters/cvs_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18490 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: remove app/models/issue.rb from Lint/DuplicateMethods fixed by ↵Toshi MARUYAMA2019-09-201-1/+0
| | | | | | previous two revisions git-svn-id: http://svn.redmine.org/redmine/trunk@18489 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in ↵Toshi MARUYAMA2019-09-201-1/+0
| | | | | | app/models/repository.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18485 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/StringLiteralsInInterpolation in ↵Toshi MARUYAMA2019-09-191-1/+0
| | | | | | app/helpers/issues_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18481 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/IndentAssignment in ↵Toshi MARUYAMA2019-09-191-1/+0
| | | | | | app/helpers/issues_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18479 e93f8b46-1217-0410-a6f0-8f06a7374b81
* backout r13743Toshi MARUYAMA2019-09-191-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18478 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rbToshi MARUYAMA2019-09-181-4/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18477 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in ↵Toshi MARUYAMA2019-09-151-1/+0
| | | | | | app/controllers/repositories_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18473 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/IndentAssignment in ↵Toshi MARUYAMA2019-09-151-1/+0
| | | | | | app/helpers/repositories_helper.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18472 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/IndentationConsistency in ↵Toshi MARUYAMA2019-09-141-1/+0
| | | | | | test/functional/repositories_mercurial_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18470 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in ↵Toshi MARUYAMA2019-09-141-1/+0
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/IndentationConsistency in ↵Toshi MARUYAMA2019-09-131-1/+0
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18466 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in ↵Toshi MARUYAMA2019-09-131-1/+0
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Naming/PredicateNameToshi MARUYAMA2019-09-131-23/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18461 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Lint/HandleExceptions in ↵Toshi MARUYAMA2019-09-121-1/+0
| | | | | | lib/redmine/scm/adapters/mercurial_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18458 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: use Lint/HandleExceptions AllowComments trueToshi MARUYAMA2019-09-121-8/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18457 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Lint/AmbiguousOperator in ↵Toshi MARUYAMA2019-09-121-1/+0
| | | | | | lib/redmine/scm/adapters/mercurial_adapter.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18456 e93f8b46-1217-0410-a6f0-8f06a7374b81