brew/Library/Homebrew/test/.rubocop.yml
2023-02-24 12:28:05 +01:00

17 lines
178 B
YAML

inherit_from:
- ../.rubocop.yml
RSpec:
Include:
- ./*
RSpec/ContextWording:
Prefixes:
- when
- with
- without
- if
- unless
- for
- which