tilde.news/.standard.yml

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

25 lines
891 B
YAML
Raw Permalink Normal View History

ignore:
- '**/*':
# there's no "don't delete these records or shit will be on fire" option,
# just various "sure automatically destroy lots of data yolo" options
- Rails/HasManyOrHasOneDependent
# is a multimaster db while needing microsecond accurate sorting really 'standard'
- Rails/OrderById
# it's mad about the class variables and I don't want to risk the refactor now
- 'extras/**/*':
- Naming/VariableName
# migrations are not live code
2023-09-14 13:29:11 +00:00
- 'db/migrate/201*'
- 'db/migrate/2020*'
- 'db/migrate/2022*'
2023-09-14 13:29:11 +00:00
- 'db/migrate/202309*'
plugins:
2023-09-14 13:39:22 +00:00
- standard-performance
2023-09-14 13:29:11 +00:00
- standard-rails
2023-09-14 13:37:09 +00:00
- standard-sorbet
2023-09-14 13:29:11 +00:00
# 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