Skip to content

Commit

Permalink
clean-up bundler v1 code (#10793)
Browse files Browse the repository at this point in the history
Clean-up bundler v1 code.
  • Loading branch information
kbukum1 authored Oct 16, 2024
1 parent b6d3c5a commit 2e3720e
Show file tree
Hide file tree
Showing 409 changed files with 0 additions and 8,169 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
languages: ${{ matrix.language }}
config: |
paths-ignore:
- 'bundler/spec/fixtures/projects/bundler1/invalid_ruby/Gemfile'
- 'bundler/spec/fixtures/projects/bundler2/invalid_ruby/Gemfile'
if: matrix.language == 'ruby'

Expand Down
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ AllCops:
- "*/spec/fixtures/**/*"
- "vendor/**/*"
- "dry-run/**/*"
- "bundler/helpers/v1/patched_bundler"
- "bundler/helpers/spec_helpers/*"
NewCops: enable
TargetRubyVersion: 3.1
Expand Down
1 change: 0 additions & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# Offense count: 39
RSpec/AnyInstance:
Exclude:
- 'bundler/helpers/v1/spec/shared_contexts.rb'
- 'bundler/spec/dependabot/bundler/update_checker_spec.rb'
- 'common/spec/dependabot/clients/codecommit_spec.rb'
- 'common/spec/dependabot/file_fetchers/base_spec.rb'
Expand Down
8 changes: 0 additions & 8 deletions bundler/helpers/v1/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions bundler/helpers/v1/Gemfile

This file was deleted.

29 changes: 0 additions & 29 deletions bundler/helpers/v1/build

This file was deleted.

172 changes: 0 additions & 172 deletions bundler/helpers/v1/lib/functions.rb

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2e3720e

Please sign in to comment.