# 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
- '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'
- '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:
- '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'
# 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'
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'