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

Fix a ruby warning when executing with bundle exec rubocop in this repository #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 14, 2024

  1. Fix warning when executing rubocop with bundle exec

    `check_commit.rake` requires 'English' but when doing `bundle exec rubocop` this file will also be evaluated.
    
    ```
    earlopain@DESKTOP-PC rubocop-ast]$ RUBYOPT=-w bundle exec rubocop -V
    /home/earlopain/Documents/rubocop-ast/rubocop-ast.gemspec:18: warning: global variable `$RS' not initialized
    1.62.1 (using Parser 3.3.0.5, rubocop-ast 1.31.2, running on ruby 3.3.0) [x86_64-linux]
      - rubocop-performance 1.20.2
      - rubocop-rspec 2.27.1
    ```
    Earlopain committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2b1c46c View commit details
    Browse the repository at this point in the history