Skip to content

Commit

Permalink
🚚 Move spec file to proper location
Browse files Browse the repository at this point in the history
  • Loading branch information
jcroteau committed Oct 9, 2024
1 parent bcae1a0 commit 7ea79db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-10-04 20:06:20 -0500 using RuboCop version 0.83.0.
# on 2024-10-09 19:23:15 -0400 using RuboCop version 0.83.0.
# 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 @@ -62,13 +62,12 @@ Layout/EmptyLineBetweenDefs:
Exclude:
- 'app/services/manifest_fetcher.rb'

# Offense count: 3
# Offense count: 2
# Cop supports --auto-correct.
Layout/EmptyLines:
Exclude:
- 'app/services/external_api/bgs_service.rb'
- 'app/services/manifest_fetcher.rb'
- 'lib/fakes/test_auth_strategy.rb'

# Offense count: 1
# Cop supports --auto-correct.
Expand Down Expand Up @@ -128,7 +127,7 @@ Layout/FirstHashElementIndentation:
Layout/HashAlignment:
Exclude:
- 'spec/requests/api/v2/manifests_spec.rb'
- 'spec/services/bgs_service_spec.rb'
- 'spec/services/external_api/bgs_service_spec.rb'
- 'spec/services/user_authorizer_spec.rb'
- 'spec/services/veteran_finder_spec.rb'

Expand All @@ -148,11 +147,10 @@ Layout/LeadingCommentSpace:
- 'ci-bin/concatenate-log.rb'
- 'spec/rails_helper.rb'

# Offense count: 2
# Offense count: 1
# Cop supports --auto-correct.
Layout/LeadingEmptyLines:
Exclude:
- 'app/services/external_api/vbms_service.rb'
- 'lib/fakes/bgs_service.rb'

# Offense count: 9
Expand All @@ -171,7 +169,7 @@ Layout/MultilineMethodCallIndentation:
# SupportedStylesForExponentOperator: space, no_space
Layout/SpaceAroundOperators:
Exclude:
- 'spec/services/bgs_service_spec.rb'
- 'spec/services/external_api/bgs_service_spec.rb'
- 'spec/services/user_authorizer_spec.rb'

# Offense count: 1
Expand Down Expand Up @@ -215,7 +213,7 @@ Layout/SpaceInsideBlockBraces:
# SupportedStylesForEmptyBraces: space, no_space
Layout/SpaceInsideHashLiteralBraces:
Exclude:
- 'spec/services/bgs_service_spec.rb'
- 'spec/services/external_api/bgs_service_spec.rb'

# Offense count: 3
# Cop supports --auto-correct.
Expand Down Expand Up @@ -391,7 +389,7 @@ Style/FormatStringToken:
# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
Style/HashSyntax:
Exclude:
- 'spec/services/bgs_service_spec.rb'
- 'spec/services/external_api/bgs_service_spec.rb'
- 'spec/services/user_authorizer_spec.rb'

# Offense count: 3
Expand Down
File renamed without changes.

0 comments on commit 7ea79db

Please sign in to comment.