diff options
author | Go MAEDA <maeda@farend.jp> | 2024-10-27 05:30:22 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-10-27 05:30:22 +0000 |
commit | e6c8e8866f6c8b5c736849c4d444a513e389bab8 (patch) | |
tree | 85a335f8ff1477ebeb5058ff1f5ef3933ab538ce /.rubocop_todo.yml | |
parent | c8b6859ba6ecbef2626a933e83ba6632f36306bb (diff) | |
download | redmine-e6c8e8866f6c8b5c736849c4d444a513e389bab8.tar.gz redmine-e6c8e8866f6c8b5c736849c4d444a513e389bab8.zip |
Regenerate .rubocop_todo.yml to reflect the removal of Redcarpet-based Markdown formatter in r23153 (#40149).
git-svn-id: https://svn.redmine.org/redmine/trunk@23164 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 5aad5f229..09f5388f0 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -370,11 +370,6 @@ Rails/Blank: - 'lib/redmine/field_format.rb' - 'lib/redmine/wiki_formatting/macros.rb' -# This cop supports safe autocorrection (--autocorrect). -Rails/ContentTag: - Exclude: - - 'lib/redmine/wiki_formatting/markdown/formatter.rb' - # Configuration parameters: Include. # Include: db/**/*.rb Rails/CreateTableWithTimestamps: @@ -683,7 +678,6 @@ Style/Alias: - 'lib/redmine/export/pdf.rb' - 'lib/redmine/menu_manager.rb' - 'lib/redmine/plugin.rb' - - 'lib/redmine/wiki_formatting/markdown/formatter.rb' - 'lib/redmine/wiki_formatting/textile/formatter.rb' # This cop supports unsafe autocorrection (--autocorrect-all). @@ -753,7 +747,6 @@ Style/ClassVars: - 'lib/redmine/twofa.rb' - 'lib/redmine/wiki_formatting.rb' - 'lib/redmine/wiki_formatting/macros.rb' - - 'lib/redmine/wiki_formatting/markdown/formatter.rb' - 'test/helpers/activities_helper_test.rb' # This cop supports safe autocorrection (--autocorrect). @@ -1108,7 +1101,6 @@ Style/RedundantAssignment: - 'lib/redmine/scm/adapters/bazaar_adapter.rb' - 'lib/redmine/scm/adapters/filesystem_adapter.rb' - 'lib/redmine/wiki_formatting.rb' - - 'lib/redmine/wiki_formatting/markdown/formatter.rb' # This cop supports safe autocorrection (--autocorrect). Style/RedundantBegin: @@ -1211,7 +1203,6 @@ Style/RescueModifier: - 'lib/redmine/field_format.rb' - 'lib/redmine/search.rb' - 'lib/redmine/wiki_formatting.rb' - - 'test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb' # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle. |