Skip to content

Commit

Permalink
Regenerate the RuboCop TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoj committed Dec 7, 2020
1 parent 8df11b3 commit 52f5095
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 100`
# on 2020-11-25 13:49:39 UTC using RuboCop version 1.4.1.
# on 2020-12-07 08:30:56 UTC using RuboCop version 1.5.2.
# 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
Expand All @@ -23,31 +23,31 @@ Lint/UselessAssignment:
- 'dist/obs_mirror_project'

# Offense count: 3
# Configuration parameters: IgnoredMethods, Max.
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes, Max.
Metrics/AbcSize:
Exclude:
- 'dist/clouduploader.rb'
- 'dist/openQA_mail_notification.rb'

# Offense count: 5
# Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods.
# ExcludedMethods: refine
# Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
Exclude:
- 'Rakefile'
- 'dist/obs_mirror_project'
- 'dist/t/spec/features/0040_package_spec.rb'

# Offense count: 7
# Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods.
# Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods, IgnoredMethods.
Metrics/MethodLength:
Exclude:
- 'dist/clouduploader.rb'
- 'dist/obs_mirror_project'
- 'dist/openQA_mail_notification.rb'

# Offense count: 1
# Configuration parameters: Max, CountKeywordArgs.
# Configuration parameters: Max, CountKeywordArgs, MaxOptionalParameters.
Metrics/ParameterLists:
Exclude:
- 'dist/clouduploader.rb'
Expand Down
18 changes: 10 additions & 8 deletions src/api/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 100`
# on 2020-11-25 13:52:27 UTC using RuboCop version 1.4.1.
# on 2020-12-07 08:34:49 UTC using RuboCop version 1.5.2.
# 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
Expand Down Expand Up @@ -112,7 +112,7 @@ Lint/UselessMethodDefinition:
- 'test/test_helper.rb'

# Offense count: 817
# Configuration parameters: IgnoredMethods.
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 235

Expand Down Expand Up @@ -306,8 +306,8 @@ Metrics/CyclomaticComplexity:
- 'test/functional/zzz_post_consistency_test.rb'
- 'test/node_matcher.rb'

# Offense count: 919
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods.
# Offense count: 920
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
Metrics/MethodLength:
Max: 227

Expand All @@ -322,8 +322,8 @@ Metrics/ModuleLength:
- 'app/mixins/has_attributes.rb'
- 'app/mixins/has_relationships.rb'

# Offense count: 17
# Configuration parameters: Max, CountKeywordArgs.
# Offense count: 18
# Configuration parameters: Max, CountKeywordArgs, MaxOptionalParameters.
Metrics/ParameterLists:
Exclude:
- 'app/helpers/maintenance_helper.rb'
Expand All @@ -333,6 +333,7 @@ Metrics/ParameterLists:
- 'app/lib/backend/logger.rb'
- 'app/mixins/build_log_support.rb'
- 'app/models/bs_request/find_for/project.rb'
- 'lib/statistics_calculations.rb'
- 'test/functional/read_permission_test.rb'
- 'test/functional/source_controller_test.rb'
- 'test/test_helper.rb'
Expand Down Expand Up @@ -527,6 +528,7 @@ Naming/PredicateName:
# Offense count: 111
# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers.
# SupportedStyles: snake_case, normalcase, non_integer
# AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339
Naming/VariableNumber:
Exclude:
- 'app/controllers/source_project_config_controller.rb'
Expand Down Expand Up @@ -649,7 +651,6 @@ RSpec/AnyInstance:
RSpec/BeforeAfterAll:
Exclude:
- 'spec/models/relationship_spec.rb'
- 'spec/support/**/*.rb'

# Offense count: 804
# Configuration parameters: Prefixes.
Expand Down Expand Up @@ -1377,6 +1378,7 @@ Style/OptionalBooleanParameter:
- 'lib/xpath_engine.rb'

# Offense count: 54
# Cop supports --auto-correct.
# Configuration parameters: AllowModifier.
Style/SoleNestedConditional:
Exclude:
Expand Down Expand Up @@ -1426,7 +1428,7 @@ Style/SymbolArray:
Style/WordArray:
Enabled: false

# Offense count: 1963
# Offense count: 1964
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Expand Down

0 comments on commit 52f5095

Please sign in to comment.