Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninitialized constant RuboCop::Lockfile::Bundler #461

Closed
sramsden opened this issue Apr 10, 2024 · 2 comments
Closed

Uninitialized constant RuboCop::Lockfile::Bundler #461

sramsden opened this issue Apr 10, 2024 · 2 comments

Comments

@sramsden
Copy link

Just started seeing this yesterday.
I can't work out if this is a rubocop or pronto thing, so apologies if it's rubocop.
It's rubocop code but it's complaint sounds like pronto is not loading the required class?
Has anyone seen this?
I am running pronto as a github action..

jobs:
  pronto:
    if: ${{ github.ref != 'refs/heads/master' }}
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2
        with:
          fetch-depth: 10
      - run: git fetch --no-tags --prune --depth=10 origin master:master
      - name: Setup Ruby
        uses: ruby/setup-ruby@v1
      - name: Setup pronto
        run: gem install pronto pronto-rubocop rubocop-rails
      - name: Run Pronto
        run: pronto run --commit $(git merge-base --fork-point master) --runner rubocop --exit-code
image
@JanCBrammer
Copy link

@sramsden, see rubocop/rubocop#12823.

@sramsden
Copy link
Author

Thanks @JanCBrammer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants