2024-06-13 16:27:17 +02:00
|
|
|
---
|
|
|
|
RSpec/ExampleLength:
|
|
|
|
CountAsOne: ['array', 'heredoc', 'method_call']
|
2024-06-14 11:49:49 +02:00
|
|
|
Max: 20 # Override default of 5
|
|
|
|
|
|
|
|
RSpec/MultipleExpectations:
|
|
|
|
Max: 10 # Overrides default of 1
|
|
|
|
|
|
|
|
RSpec/MultipleMemoizedHelpers:
|
|
|
|
Max: 20 # Overrides default of 5
|
2024-06-13 16:27:17 +02:00
|
|
|
|
|
|
|
RSpec/NamedSubject:
|
|
|
|
EnforcedStyle: named_only
|
|
|
|
|
2024-06-14 11:49:49 +02:00
|
|
|
RSpec/NestedGroups:
|
|
|
|
Max: 10 # Overrides default of 3
|
|
|
|
|
2024-06-13 16:27:17 +02:00
|
|
|
RSpec/NotToNot:
|
|
|
|
EnforcedStyle: to_not
|
|
|
|
|
|
|
|
RSpec/SpecFilePathFormat:
|
|
|
|
CustomTransform:
|
|
|
|
ActivityPub: activitypub
|
|
|
|
DeepL: deepl
|
|
|
|
FetchOEmbedService: fetch_oembed_service
|
|
|
|
OEmbedController: oembed_controller
|
|
|
|
OStatus: ostatus
|