Skip to content

Commit

Permalink
rubocop_todo.yml not updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
GarryHurleyJr committed Jun 17, 2024
1 parent c07c660 commit e62c5ba
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ RSpec/AnyInstance:
- 'updater/spec/dependabot/dependency_change_builder_spec.rb'
- 'updater/spec/dependabot/file_fetcher_command_spec.rb'

# Offense count: 1286
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
Max: 98

# Offense count: 10
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
# Include: **/*_spec*rb*, **/spec/**/*
Expand Down Expand Up @@ -119,12 +114,6 @@ RSpec/MultipleExpectations:
RSpec/MultipleMemoizedHelpers:
Max: 30

# Offense count: 500
# Configuration parameters: EnforcedStyle, IgnoreSharedExamples.
# SupportedStyles: always, named_only
RSpec/NamedSubject:
Enabled: false

# Offense count: 3871
# Configuration parameters: AllowedGroups.
RSpec/NestedGroups:
Expand Down Expand Up @@ -162,25 +151,6 @@ RSpec/RepeatedExampleGroupBody:
RSpec/RepeatedExampleGroupDescription:
Enabled: false

# Offense count: 36
# This cop supports safe autocorrection (--autocorrect).
RSpec/ScatteredSetup:
Exclude:
- 'bundler/spec/dependabot/bundler/file_fetcher_spec.rb'
- 'cargo/spec/dependabot/cargo/file_fetcher_spec.rb'
- 'common/spec/dependabot/clients/bitbucket_spec.rb'
- 'common/spec/dependabot/git_commit_checker_spec.rb'
- 'common/spec/dependabot/metadata_finders/base/commits_finder_spec.rb'
- 'composer/spec/dependabot/composer/update_checker_spec.rb'
- 'docker/spec/dependabot/docker/file_parser_spec.rb'
- 'elm/spec/dependabot/elm/file_fetcher_spec.rb'
- 'go_modules/spec/dependabot/go_modules/file_fetcher_spec.rb'
- 'gradle/spec/dependabot/gradle/update_checker/multi_dependency_updater_spec.rb'
- 'hex/spec/dependabot/hex/file_fetcher_spec.rb'
- 'npm_and_yarn/spec/dependabot/npm_and_yarn/metadata_finder_spec.rb'
- 'nuget/spec/dependabot/nuget/file_fetcher_spec.rb'
- 'python/spec/dependabot/python/file_fetcher_spec.rb'

# Offense count: 10
# Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata.
# Include: **/*_spec.rb
Expand Down

0 comments on commit e62c5ba

Please sign in to comment.