17 lines
178 B
YAML
17 lines
178 B
YAML
inherit_from:
|
|
- ../.rubocop.yml
|
|
|
|
RSpec:
|
|
Include:
|
|
- ./*
|
|
|
|
RSpec/ContextWording:
|
|
Prefixes:
|
|
- when
|
|
- with
|
|
- without
|
|
- if
|
|
- unless
|
|
- for
|
|
- which
|