Allow “which” as context prefix.

This commit is contained in:
Markus Reiter 2023-02-21 01:18:45 +01:00
parent fa2d917dec
commit ebfc3996fd
No known key found for this signature in database
GPG Key ID: 245293B51702655B

View File

@ -4,3 +4,13 @@ inherit_from:
RSpec: RSpec:
Include: Include:
- ./* - ./*
RSpec/ContextWording:
Prefixes:
- when
- with
- without
- if
- unless
- for
- which