summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Style/MultilineIfModifier and Style/MultilineTernaryOpe...Toshi MARUYAMA2019-11-231-2/+0
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...Toshi MARUYAMA2019-11-231-1/+0
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...Toshi MARUYAMA2019-11-231-1/+0
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/field_fo...Toshi MARUYAMA2019-11-231-1/+0
* cleanup: rubocop: fix Layout/AlignArguments in test/functional/journals_contr...Toshi MARUYAMA2019-11-231-1/+0
* cleanup: rubocop: fix Layout/AlignArguments in test/functional/my_controller_...Toshi MARUYAMA2019-11-231-1/+0
* cleanup: rubocop: fix Style/MultilineIfModifier in lib/redmine/scm/adapters/s...Toshi MARUYAMA2019-11-231-1/+0
* cleanup: rubocop: fix Layout/AlignArguments in test/functional/roles_controll...Toshi MARUYAMA2019-11-221-1/+0
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/unit/lib/redmi...Toshi MARUYAMA2019-11-221-5/+0
* rubocop: remove test/unit/lib/redmine/wiki_formatting/textile_formatter_test....Toshi MARUYAMA2019-11-221-2/+0
* rubocop: remove test/unit/repository_git_test.rb from Layout/IndentFirstArray...Toshi MARUYAMA2019-11-211-1/+0
* rubocop: generate .rubocop_todo.yml for Layout/EmptyLinesAroundModuleBodyToshi MARUYAMA2019-11-211-1/+21
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/scm/adapters/subve...Toshi MARUYAMA2019-11-211-1/+0
* rubocop: generate .rubocop_todo.yml for Layout/EmptyLinesAroundClassBodyToshi MARUYAMA2019-11-211-1/+21
* rubocop: generate .rubocop_todo.yml for Style/AccessModifierDeclarationsToshi MARUYAMA2019-11-211-1/+21
* rubocop: disable Style/TrailingCommaInHashLiteralToshi MARUYAMA2019-11-201-6/+0
* rubocop: use "EnforcedStyle: empty" for Style/EmptyElseToshi MARUYAMA2019-11-201-3/+0
* rubocop: move Layout/CaseIndentation exclude entry from .rubocop_todo.yml to ...Toshi MARUYAMA2019-11-201-7/+0
* rubocop: fix Lint/IneffectiveAccessModifier in app/models/auth_source_ldap.rb...Toshi MARUYAMA2019-11-161-4/+0
* regenerate .rubocop_todo.yml (#32470)Toshi MARUYAMA2019-11-161-0/+4
* cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression and Style/Redundant...Toshi MARUYAMA2019-11-161-3/+0
* rubocop: enable Layout/AlignArgumentsToshi MARUYAMA2019-11-091-0/+26
* cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/helpers/project...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/project.rbToshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in lib/redmine/sy...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/BlockEndNewline in app/models/message.rbToshi MARUYAMA2019-11-091-5/+0
* cleanup: rubocop: fix Layout/MultilineBlockLayout in app/controllers/auto_com...Toshi MARUYAMA2019-11-091-5/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in app/controller...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/time_entry.rbToshi MARUYAMA2019-11-091-7/+0
* rubocop: remove test/integration/api_test/issues_test.rb from Layout/IndentFi...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/helpers/workflows...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHered...Toshi MARUYAMA2019-11-091-2/+0
* cleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/files_control...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/project.rbToshi MARUYAMA2019-11-091-1/+0
* rubocop: remove app/controllers/auth_sources_controller.rb from Layout/Multil...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/auth_sources_...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/principal.rbToshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHered...Toshi MARUYAMA2019-11-091-2/+0
* rubocop: remove test/unit/lib/redmine/unified_diff_test.rb from Layout/Closin...Toshi MARUYAMA2019-11-091-1/+0
* rubocop: remove test/unit/lib/redmine/unified_diff_test.rb from Layout/Indent...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Layout/IndentHeredoc in test/unit/lib/redmine/syntax_hi...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Style/MultilineTernaryOperator and Style/NestedTernaryO...Toshi MARUYAMA2019-11-081-2/+0
* cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/mail_handl...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Style/RedundantInterpolation in test/unit/repository_me...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Style/MultilineBlockChain in lib/redmine/scm/adapters/m...Toshi MARUYAMA2019-11-081-4/+0
* cleanup: rubocop: fix Layout/SpaceInsideParens in lib/redmine/scm/adapters/me...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Layout/SpaceInsideParens in app/models/repository/mercu...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in app/models/re...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Style/RescueModifier in lib/redmine/scm/adapters/mercur...Toshi MARUYAMA2019-11-081-1/+0
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in test/unit/act...Toshi MARUYAMA2019-11-081-1/+0