tilde.news/.ruumba.yml
Abdullah Samman 089f3475ba Migrate deprecated form_tag and form_for to form_with
See next commit for note on running view style checks.
2018-12-09 09:51:30 -06:00

10 lines
163 B
YAML

require: ./extras/prohibit_form_for_and_form_tag
AllCops:
DisabledByDefault: true
Style/DisallowFormForandFormTag:
Enabled: true
Include:
- '**/*.erb'