codeforamerica / ohana-api

The open source API directory of community social services.
http://ohana-api-demo.herokuapp.com/api
BSD 3-Clause "New" or "Revised" License
185 stars 344 forks source link

Add performance and rspec rubocop gems #532

Closed monfresh closed 3 years ago

monfresh commented 3 years ago

There are thousands of offenses with the default RSpec config, so I used rubocop --auto-gen-config to generate the .rubocop_todo.yml and ignore them for now until I fix them or adjust the config.

I autocorrected the ones that could be corrected with rubocop -a.