Преглед изворни кода

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 година
родитељ
комит
118cb5ab23
1 измењених фајлова са 3 додато и 8 уклоњено
  1. 3
    8
      .rubocop_todo.yml

+ 3
- 8
.rubocop_todo.yml Прегледај датотеку

# This configuration was generated by # This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp` # `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 # The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base. # one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new # Note that changes in the inspected code, or installation of new
- 'config/initializers/00-core_plugins.rb' - 'config/initializers/00-core_plugins.rb'
- 'config/initializers/10-patches.rb' - 'config/initializers/10-patches.rb'
- 'lib/redmine/configuration.rb' - 'lib/redmine/configuration.rb'
- 'lib/redmine/export/pdf.rb'
- 'lib/redmine/plugin.rb' - 'lib/redmine/plugin.rb'
- 'lib/redmine/version.rb' - 'lib/redmine/version.rb'
- 'test/application_system_test_case.rb' - 'test/application_system_test_case.rb'
- 'lib/redmine/nested_set/project_nested_set.rb' - 'lib/redmine/nested_set/project_nested_set.rb'


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

Loading…
Откажи
Сачувај