mgomes / api_auth

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

Rubocop #116

Closed packrat386 closed 8 years ago

packrat386 commented 8 years ago

💚

There's a .rubocop.yml in the repo, but it's not a test dependency and the current code is violating it. This fixes the current violations (most of which were auto-correctable) and adds rubocop as a required test on travis. Also adds tests for Rails 5.

Thanks to @fwininger for the help.

kjg commented 8 years ago

Seems like there is some sort of parse error with travis, the last test's gemfile is all of them somehow

fwininger commented 8 years ago

Thank you @packrat386 ! :+1: for this pull request

fwininger commented 8 years ago

:+1: for the last commit @packrat386