diff options
author | Go MAEDA <maeda@farend.jp> | 2020-04-05 05:14:55 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-04-05 05:14:55 +0000 |
commit | 118cb5ab235169ea5a21acd841c8e2d8c72de191 (patch) | |
tree | a2f46792e79f5d1f0c5b6bd81b812ed3f95018e1 /.rubocop_todo.yml | |
parent | 314b5edb7a1e96497ece98af2ff758ff8b9113d0 (diff) | |
download | redmine-118cb5ab235169ea5a21acd841c8e2d8c72de191.tar.gz redmine-118cb5ab235169ea5a21acd841c8e2d8c72de191.zip |
RuboCop: Update .rubocop_todo.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@19644 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 0e499a5a5..3740abed9 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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' |