From ebfc3996fd64236fa1cdd56a66d55bfb5fb1ec25 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 21 Feb 2023 01:18:45 +0100 Subject: [PATCH] =?UTF-8?q?Allow=20=E2=80=9Cwhich=E2=80=9D=20as=20context?= =?UTF-8?q?=20prefix.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Homebrew/test/.rubocop.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Library/Homebrew/test/.rubocop.yml b/Library/Homebrew/test/.rubocop.yml index 93f0b48920..85cbaa2444 100644 --- a/Library/Homebrew/test/.rubocop.yml +++ b/Library/Homebrew/test/.rubocop.yml @@ -4,3 +4,13 @@ inherit_from: RSpec: Include: - ./* + +RSpec/ContextWording: + Prefixes: + - when + - with + - without + - if + - unless + - for + - which