Browse Source

RuboCop: Update .rubocop_todo.yml


git-svn-id: http://svn.redmine.org/redmine/trunk@19644 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Go MAEDA 4 years ago
parent
commit
118cb5ab23
1 changed files with 3 additions and 8 deletions
  1. 3
    8
      .rubocop_todo.yml

+ 3
- 8
.rubocop_todo.yml View File

@@ -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 0.80.0.
# using RuboCop version 0.80.1.
# 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
@@ -671,7 +671,6 @@ Rails/FilePath:
- 'config/initializers/00-core_plugins.rb'
- 'config/initializers/10-patches.rb'
- 'lib/redmine/configuration.rb'
- 'lib/redmine/export/pdf.rb'
- 'lib/redmine/plugin.rb'
- 'lib/redmine/version.rb'
- 'test/application_system_test_case.rb'
@@ -854,7 +853,8 @@ Rails/ReflectionClassName:
- 'lib/redmine/nested_set/project_nested_set.rb'

# Cop supports --auto-correct.
# Configuration parameters: Include.
# Configuration parameters: EnforcedStyle, Include.
# SupportedStyles: assert_not, refute
# Include: **/test/**/*
Rails/RefuteMethods:
Exclude:
@@ -1008,7 +1008,6 @@ Style/ClassVars:
- 'app/models/attachment.rb'
- 'config/initializers/10-patches.rb'
- 'lib/redmine/activity.rb'
- 'lib/redmine/export/pdf.rb'
- 'lib/redmine/hook.rb'
- 'lib/redmine/i18n.rb'
- 'lib/redmine/menu_manager.rb'
@@ -1123,13 +1122,10 @@ Style/For:
# SupportedStyles: format, sprintf, percent
Style/FormatString:
Exclude:
- 'app/helpers/application_helper.rb'
- 'app/helpers/queries_helper.rb'
- 'app/models/query.rb'
- 'config/initializers/10-patches.rb'
- 'lib/generators/redmine_plugin_model/redmine_plugin_model_generator.rb'
- 'lib/redmine/export/csv.rb'
- 'lib/redmine/export/pdf/issues_pdf_helper.rb'
- 'lib/redmine/helpers/gantt.rb'
- 'lib/redmine/i18n.rb'
- 'lib/redmine/info.rb'
@@ -1443,7 +1439,6 @@ Style/RedundantInterpolation:
Style/RedundantParentheses:
Exclude:
- 'app/controllers/search_controller.rb'
- 'app/helpers/users_helper.rb'
- 'app/models/enumeration.rb'
- 'app/models/principal.rb'
- 'app/models/query.rb'

Loading…
Cancel
Save