diff options
author | Go MAEDA <maeda@farend.jp> | 2024-07-10 09:33:48 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-07-10 09:33:48 +0000 |
commit | f5768f9252ee04adfa06bdc7d9b6f56370892970 (patch) | |
tree | 35c7c8a448fd4b2de9623ad167dc4899020f0b3d /.rubocop_todo.yml | |
parent | 0f8c613975271fd52dfc085719257ea97651326c (diff) | |
download | redmine-f5768f9252ee04adfa06bdc7d9b6f56370892970.tar.gz redmine-f5768f9252ee04adfa06bdc7d9b6f56370892970.zip |
Merged r22905, r22906, and r22907 from trunk to 5.1-stable (#40716).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22918 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 1c7208e3f..75920e2c4 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1450,7 +1450,6 @@ Style/RedundantRegexpEscape: - 'lib/redmine/scm/adapters/bazaar_adapter.rb' - 'lib/redmine/wiki_formatting/links_helper.rb' - 'lib/redmine/wiki_formatting/macros.rb' - - 'lib/redmine/wiki_formatting/section_helper.rb' - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' - 'test/helpers/application_helper_test.rb' |