]> source.dussan.org Git - redmine.git/commitdiff
RuboCop: Update .rubocop_todo.yml
authorGo MAEDA <maeda@farend.jp>
Sun, 5 Apr 2020 05:14:55 +0000 (05:14 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 5 Apr 2020 05:14:55 +0000 (05:14 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19644 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml

index 0e499a5a567365617f902010745a7a0d75eddae3..3740abed960e8344ea2055a817f1e65d81aa4bd0 100644 (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'