cloudfoundry / java-buildpack

Cloud Foundry buildpack for running Java applications
Apache License 2.0
435 stars 2.58k forks source link

Adds CI/Rubocop support for Ruby 3.1 #1003

Closed ryanmoran closed 1 year ago

ryanmoran commented 1 year ago

I added a 3.1 version to the CI Dockerfile and updated the .rubocop.yml to mostly ignore the issue it found with the code. Both offenses were instances of new functionality in 3.1 which we shouldn't upgrade to in order to maintain backwards-compatible support.