Files
railsgoat/.rubocop.yml
T
Joseph Mastey 6e0a0a8312 feat(cops): clean rubocop run
1. ignoring one file because it's an intentional vuln
2. made a few small semantic changes, but verified that they're equivalent.
2017-12-06 17:14:25 -06:00

10 lines
166 B
YAML

inherit_gem:
rubocop-github:
- config/default.yml
- config/rails.yml
Rails/OutputSafety:
Exclude:
- 'app/controllers/password_resets_controller.rb'