mirror of https://github.com/tootsuite/mastodon
21 lines
433 B
YAML
21 lines
433 B
YAML
|
---
|
||
|
Rails/FilePath:
|
||
|
EnforcedStyle: arguments
|
||
|
|
||
|
Rails/HttpStatus:
|
||
|
EnforcedStyle: numeric
|
||
|
|
||
|
Rails/NegateInclude:
|
||
|
Enabled: false
|
||
|
|
||
|
Rails/RakeEnvironment:
|
||
|
Exclude: # Tasks are doing local work which do not need full env loaded
|
||
|
- lib/tasks/auto_annotate_models.rake
|
||
|
- lib/tasks/emojis.rake
|
||
|
- lib/tasks/mastodon.rake
|
||
|
- lib/tasks/repo.rake
|
||
|
- lib/tasks/statistics.rake
|
||
|
|
||
|
Rails/SkipsModelValidations:
|
||
|
Enabled: false
|