tilde.news/.standard.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
545 B
YAML
Raw Normal View History

ignore:
# it's mad about the class variables and I don't want to risk the refactor now
- 'extras/**/*':
- Naming/VariableName
2023-09-14 13:29:11 +00:00
# migrations are not live code; ignore those before standardrb
- 'db/migrate/201*'
- 'db/migrate/2020*'
- 'db/migrate/202309*'
plugins:
- standard-rails
# Needs to be packaged as a plugin https://github.com/standardrb/standard#user-content-plugins
# - use_form_with:
# require_path: extras/prohibit_form_for_and_form_tag
# plugin_class_name: RuboCop::Cop::Style::DisallowFormForandFormTag