cloudfoundry / routing-release

This is the BOSH release for cloud foundry routers
Apache License 2.0
42 stars 106 forks source link

Update rubocop config + update bosh template spec tests #394

Closed jrussett closed 6 months ago

jrussett commented 6 months ago

What is this change about?

We haven't run rubocop in awhile. This change makes it easier to use rubocop to fix and maintain our bosh template tests in the future.

This work is inspired by this PR: https://github.com/cloudfoundry/cloud_controller_ng/pull/3448

What type of change is this?

If you have selected multiple of the above, it may be wise to consider splitting this PR into multiple PRs to decrease the time for minor changes + bugs to be resolved.

Backwards Compatibility

N / A

How should this be tested?

Run the template tests, see they still pass.

Additional Context

Please provide any additional links or context (issues, other PRs, Slack discussions) to help understand this change.

PR Checklist