summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update RuboCop to 1.69 (#41884).Go MAEDA2024-11-281-3/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23316 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#41884).Go MAEDA2024-11-281-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23315 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.68 (#39887).Go MAEDA2024-11-021-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23177 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Style/MultilineIfModifier in ReportsHelper by using safe ↵Go MAEDA2024-10-271-1/+0
| | | | | | navigation operator (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@23166 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml to reflect the removal of Redcarpet-based ↵Go MAEDA2024-10-271-9/+0
| | | | | | Markdown formatter in r23153 (#40149). git-svn-id: https://svn.redmine.org/redmine/trunk@23164 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.67 (#39887).Go MAEDA2024-10-161-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23135 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor Calendar#first_wday method for improved readability and efficiency ↵Go MAEDA2024-09-071-5/+0
| | | | | | (#41188). git-svn-id: https://svn.redmine.org/redmine/trunk@23032 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable RuboCop Rails/SkipsModelValidations (#39887).Go MAEDA2024-09-061-5/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23027 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/StringChars (#39887).Go MAEDA2024-09-011-5/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23009 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable RuboCop Lint/InterpolationCheck for USER_FORMATS in ↵Go MAEDA2024-09-011-5/+0
| | | | | | app/models/user.rb (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@23005 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.65 (#39887).Go MAEDA2024-09-011-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23004 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#39887).Go MAEDA2024-09-011-9/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23003 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).Go MAEDA2024-08-251-22/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22987 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Lint/SendWithMixinArgument (#39887).Go MAEDA2024-08-241-5/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22980 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/ClassEqualityComparison (#39887).Go MAEDA2024-08-211-7/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22978 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Lint/RedundantStringCoercion, one of the offenses ↵Go MAEDA2024-08-121-7/+0
| | | | | | enabled in rubocop-rails-omakase (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@22955 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ↵Go MAEDA2024-08-121-15/+0
| | | | | | rubocop-rails-omakase (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@22954 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ↵Go MAEDA2024-08-121-18/+0
| | | | | | rubocop-rails-omakase (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@22953 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove commented-out dead code and fix RuboCop offense ↵Go MAEDA2024-08-121-6/+0
| | | | | | Layout/LeadingCommentSpace (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@22952 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/EmptyLinesAroundModuleBody, one of the offenses ↵Go MAEDA2024-08-121-23/+0
| | | | | | enabled in rubocop-rails-omakase (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@22951 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses ↵Go MAEDA2024-08-121-11/+0
| | | | | | enabled in rubocop-rails-omakase (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@22950 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ↵Go MAEDA2024-08-121-22/+0
| | | | | | enabled in rubocop-rails-omakase (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@22949 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable RuboCop Style/FormatString (#39887).Go MAEDA2024-07-221-12/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22943 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/EmptyLineBetweenDefs (#39887).Go MAEDA2024-07-191-6/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22939 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/CollectionCompact (#39887).Go MAEDA2024-07-111-9/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22921 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.65 (#39887).Go MAEDA2024-07-111-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22920 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable RuboCop Style/PerlBackrefs (#39887).Go MAEDA2024-07-061-4/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22908 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/RedundantRegexpEscape in ↵Go MAEDA2024-07-061-1/+0
| | | | | | lib/redmine/wiki_formatting/section_helper.rb (#40716). git-svn-id: https://svn.redmine.org/redmine/trunk@22905 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Rails/ActiveRecordCallbacksOrder (#39889).Go MAEDA2024-06-171-18/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22879 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Suppress RuboCop false positive for Security/Open (#39887).Go MAEDA2024-06-061-4/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22862 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable RuboCop Style/NumericPredicate (#39887).Go MAEDA2024-06-061-6/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22861 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.64 (#39887).Go MAEDA2024-05-231-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22843 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-22/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22837 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/RedundantSelfAssignment (#39887).Go MAEDA2024-05-131-5/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22827 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.63 (#39887).Go MAEDA2024-04-091-6/+7
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22780 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#39887).Go MAEDA2024-04-091-9/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22779 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-4/+0
| | | | | | Patch by Minoru Maeda (@maeda-m). git-svn-id: https://svn.redmine.org/redmine/trunk@22619 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.60 (#39887).Go MAEDA2024-01-181-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22614 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#39887).Go MAEDA2024-01-181-3/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22613 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.59 (#39887).Go MAEDA2023-12-201-8/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22534 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#39887).Go MAEDA2023-12-201-18/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22533 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/HashEachMethods (#39887).Go MAEDA2023-12-201-11/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22532 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable RuboCop Style/InverseMethods (#36919).Go MAEDA2023-10-161-24/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22348 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop Rails to 2.21 (#37248).Go MAEDA2023-10-131-17/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22341 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.57 (#36919).Go MAEDA2023-10-121-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22338 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.56 (#36919).Go MAEDA2023-08-091-23/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22278 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#36919).Go MAEDA2023-08-091-1/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22277 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.54 (#36919).Go MAEDA2023-07-021-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22276 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.53 (#36919).Go MAEDA2023-06-291-7/+22
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22265 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.52 (#36919).Go MAEDA2023-06-071-2/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22254 e93f8b46-1217-0410-a6f0-8f06a7374b81