mgomes / api_auth

HMAC authentication for Rails and HTTP Clients
MIT License
480 stars 147 forks source link

Fix Rubocop warnings after recent changes to Rubocop #180

Closed taylorthurlow closed 4 years ago

taylorthurlow commented 4 years ago

A recent cop name change is causing the Rubocop section of CI to fail. This fixes the cop name, and fixes some include statements to adhere to newly added lint cops.

taylorthurlow commented 4 years ago

The build is failing due to some existing code now failing new cops.

https://travis-ci.org/mgomes/api_auth/jobs/655115711#L433

I think this should still be merged, as it fixes the reference to the wrong cop name.

EDIT: I'm going to add another commit to fix the new cop issues.