summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-08-09 23:42:42 +0000
committerGo MAEDA <maeda@farend.jp>2023-08-09 23:42:42 +0000
commit679ba509da39fa1537db9e5c0321d280cb44ad52 (patch)
treea244fae68e9e14ab1382f5d96afd2a9075dfac4d /.rubocop_todo.yml
parent5aec6e36f1e2f60ed1e0b8bbb0eda56b4b98a941 (diff)
downloadredmine-679ba509da39fa1537db9e5c0321d280cb44ad52.tar.gz
redmine-679ba509da39fa1537db9e5c0321d280cb44ad52.zip
Update RuboCop to 1.56 (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@22278 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml24
1 files changed, 1 insertions, 23 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index c10ebc8d4..7261428c5 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp`
-# using RuboCop version 1.54.2.
+# using RuboCop version 1.56.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
@@ -222,16 +222,6 @@ Layout/SpaceAroundOperators:
Enabled: false
# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: AllowForAlignment.
-Layout/SpaceBeforeFirstArg:
- Exclude:
- - 'test/helpers/issues_helper_test.rb'
- - 'test/unit/lib/redmine/menu_manager_test.rb'
- - 'test/unit/repository_git_test.rb'
- - 'test/unit/token_test.rb'
- - 'test/unit/user_import_test.rb'
-
-# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBrackets.
# SupportedStyles: space, no_space, compact
# SupportedStylesForEmptyBrackets: space, no_space
@@ -1615,18 +1605,6 @@ Style/StringConcatenation:
Style/StringLiterals:
Enabled: false
-# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: single_quotes, double_quotes
-Style/StringLiteralsInInterpolation:
- Exclude:
- - 'app/models/issue_query.rb'
- - 'config/environment.rb'
- - 'lib/redmine/scm/adapters/cvs_adapter.rb'
- - 'lib/redmine/wiki_formatting/links_helper.rb'
- - 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
- - 'test/unit/member_test.rb'
-
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/StructInheritance:
Exclude: