Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information