brew/Library/Homebrew/test/.rubocop.yml

18 lines
187 B
YAML
Raw Normal View History

2018-11-12 04:46:47 +01:00
inherit_from:
2018-09-30 15:35:49 +02:00
- ../.rubocop.yml
2020-11-09 20:02:40 +11:00
RSpec:
Include:
- ./*
2023-02-21 01:18:45 +01:00
RSpec/ContextWording:
Prefixes:
- when
- with
- without
- if
- unless
- for
- which
- to