Skip to content
New issue

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

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

Already on GitHub? # to your account

undefined method `[]' for nil:NilClass #448

Closed
datpmt opened this issue Sep 13, 2023 · 2 comments
Closed

undefined method `[]' for nil:NilClass #448

datpmt opened this issue Sep 13, 2023 · 2 comments

Comments

@datpmt
Copy link

datpmt commented Sep 13, 2023

image
This appeared 3 weeks ago, any help would be very helpful to me. Thanks!

my pronto.yml

name: Rubocop Check
on: [pull_request]

jobs:
  pronto:
    permissions: write-all
    name: 'Rubocop Check'
    runs-on: ubuntu-latest

    steps:
      - name: Checkout code
        uses: actions/checkout@v2
      - run: |
          git fetch
      - name: Setup Ruby
        uses: ruby/setup-ruby@v1
      - name: Setup pronto
        run: gem install pronto pronto-rubocop
      - name: Run Pronto
        run: pronto run -f github_status github_pr -c origin/${{ github.base_ref }}
        env:
          PRONTO_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}
          PRONTO_GITHUB_ACCESS_TOKEN: "${{ github.token }}"

pronto (~> 0.11.0)
pronto-flay (~> 0.11.0)
pronto-rubocop (~> 0.11.1)
rubocop (= 1.14.0)
rails (~> 6.1.5)

@obahareth
Copy link

obahareth commented Sep 13, 2023

I am also having the issue and it started around the same time.

EDIT: Just realized this is a duplicate of #447

@datpmt
Copy link
Author

datpmt commented Sep 20, 2023

Solution: #447 (comment)

@datpmt datpmt closed this as completed Sep 20, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants