From 3eb731fd3b52e54db841511b659f2acc7f0e9efe Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 5 Jan 2025 20:36:23 -0500 Subject: [PATCH] Suggest `without` --- .github/actions/spelling/line_forbidden.patterns | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/spelling/line_forbidden.patterns b/.github/actions/spelling/line_forbidden.patterns index 8df889d9..63982776 100644 --- a/.github/actions/spelling/line_forbidden.patterns +++ b/.github/actions/spelling/line_forbidden.patterns @@ -286,6 +286,9 @@ # Should be `whereas` \bwhere as\b +# Should be `without` (unless `out` is a modifier of the next word) +\bwith out\b + # Should be `workarounds` \bwork[- ]arounds\b