mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Regenerate .rubocop_todo.yml (#35136).
git-svn-id: http://svn.redmine.org/redmine/trunk@21451 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9375362297
commit
010c3e7d28
@ -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 1.25.0.
|
||||
# using RuboCop version 1.25.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
|
||||
@ -315,12 +315,12 @@ Lint/FloatComparison:
|
||||
- 'app/models/time_entry.rb'
|
||||
- 'test/system/timelog_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Lint/InterpolationCheck:
|
||||
Exclude:
|
||||
- 'app/models/user.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Lint/Loop:
|
||||
Exclude:
|
||||
- 'lib/redmine/helpers/gantt.rb'
|
||||
@ -342,7 +342,7 @@ Lint/MixedRegexpCaptureTypes:
|
||||
Exclude:
|
||||
- 'app/helpers/application_helper.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Lint/NonDeterministicRequireOrder:
|
||||
Exclude:
|
||||
- 'lib/redmine/core_ext.rb'
|
||||
@ -485,7 +485,7 @@ Naming/VariableNumber:
|
||||
- 'test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb'
|
||||
- 'test/unit/project_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Performance/AncestorsInclude:
|
||||
Exclude:
|
||||
- 'test/unit/document_category_test.rb'
|
||||
@ -538,7 +538,7 @@ Performance/FixedSize:
|
||||
- 'test/integration/api_test/issues_test.rb'
|
||||
- 'test/integration/attachments_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Performance/RedundantEqualityComparisonBlock:
|
||||
Exclude:
|
||||
- 'app/models/query.rb'
|
||||
@ -670,7 +670,7 @@ Rails/Delegate:
|
||||
- 'app/models/wiki_content_version.rb'
|
||||
- 'lib/redmine/menu_manager.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
# Configuration parameters: Whitelist, AllowedMethods, AllowedReceivers.
|
||||
# Whitelist: find_by_sql
|
||||
# AllowedMethods: find_by_sql
|
||||
@ -817,7 +817,7 @@ Rails/MatchRoute:
|
||||
Exclude:
|
||||
- 'config/routes.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Rails/NegateInclude:
|
||||
Enabled: false
|
||||
|
||||
@ -993,7 +993,7 @@ Security/Eval:
|
||||
- 'app/models/user.rb'
|
||||
- 'config/initializers/00-core_plugins.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Security/IoMethods:
|
||||
Exclude:
|
||||
- 'Gemfile'
|
||||
@ -1071,7 +1071,7 @@ Style/BarePercentLiterals:
|
||||
Exclude:
|
||||
- 'test/integration/api_test/api_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Style/CaseLikeIf:
|
||||
Exclude:
|
||||
- 'app/controllers/wiki_controller.rb'
|
||||
@ -1133,7 +1133,7 @@ Style/ClassVars:
|
||||
- 'lib/redmine/wiki_formatting/markdown/formatter.rb'
|
||||
- 'test/helpers/activities_helper_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Style/CollectionCompact:
|
||||
Exclude:
|
||||
- 'app/controllers/issues_controller.rb'
|
||||
@ -1272,7 +1272,7 @@ Style/HashAsLastArrayItem:
|
||||
- 'app/controllers/enumerations_controller.rb'
|
||||
- 'app/models/board.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
# Configuration parameters: AllowedReceivers.
|
||||
Style/HashEachMethods:
|
||||
Exclude:
|
||||
@ -1324,7 +1324,7 @@ Style/IfWithBooleanLiteralBranches:
|
||||
- 'app/models/query.rb'
|
||||
- 'lib/redmine/field_format.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
# Configuration parameters: InverseMethods, InverseBlocks.
|
||||
Style/InverseMethods:
|
||||
Exclude:
|
||||
@ -1470,7 +1470,7 @@ Style/NumericLiteralPrefix:
|
||||
Style/NumericLiterals:
|
||||
MinDigits: 9
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
# Configuration parameters: EnforcedStyle, IgnoredMethods.
|
||||
# SupportedStyles: predicate, comparison
|
||||
Style/NumericPredicate:
|
||||
@ -1510,7 +1510,7 @@ Style/PercentLiteralDelimiters:
|
||||
Style/PerlBackrefs:
|
||||
Enabled: false
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
# Configuration parameters: EnforcedStyle.
|
||||
# SupportedStyles: short, verbose
|
||||
Style/PreferredHashMethods:
|
||||
@ -1545,7 +1545,7 @@ Style/QuotedSymbols:
|
||||
- 'test/functional/timelog_controller_test.rb'
|
||||
- 'test/unit/lib/redmine/i18n_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
# Configuration parameters: Methods.
|
||||
Style/RedundantArgument:
|
||||
Exclude:
|
||||
@ -1639,7 +1639,7 @@ Style/RedundantReturn:
|
||||
Style/RedundantSelf:
|
||||
Enabled: false
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Style/RedundantSelfAssignment:
|
||||
Exclude:
|
||||
- 'lib/redmine/menu_manager.rb'
|
||||
@ -1649,7 +1649,7 @@ Style/RedundantSelfAssignmentBranch:
|
||||
Exclude:
|
||||
- 'lib/redmine/scm/adapters/cvs_adapter.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Style/RedundantSort:
|
||||
Exclude:
|
||||
- 'lib/redmine/scm/adapters/abstract_adapter.rb'
|
||||
@ -1765,12 +1765,12 @@ Style/StderrPuts:
|
||||
- 'config/environment.rb'
|
||||
- 'config/initializers/10-patches.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Style/StringChars:
|
||||
Exclude:
|
||||
- 'app/models/user.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
# Configuration parameters: Mode.
|
||||
Style/StringConcatenation:
|
||||
Enabled: false
|
||||
@ -1805,7 +1805,7 @@ Style/StructInheritance:
|
||||
Style/SymbolArray:
|
||||
EnforcedStyle: brackets
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
# Configuration parameters: AllowMethodsWithArguments, IgnoredMethods.
|
||||
# IgnoredMethods: respond_to, define_method
|
||||
Style/SymbolProc:
|
||||
@ -1851,7 +1851,7 @@ Style/VariableInterpolation:
|
||||
Style/WordArray:
|
||||
Enabled: false
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Cop supports --auto-correct-all.
|
||||
Style/ZeroLengthPredicate:
|
||||
Exclude:
|
||||
- 'app/models/import.rb'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user