auth0 / cxn

cXn: extensible open-source CDN
MIT License
179 stars 19 forks source link

Rubocop autocorrect #12

Closed marcoandredinis closed 5 years ago

marcoandredinis commented 5 years ago

The rubocop gem was added to the Gemfile. After doing so, the following command was run: bundle exec rubocop --autocorrect

This should make the code more readable and, in some cases, improve performance (or memory footprint).