From 90d388cf1435bd8e47f0f12057cdb6154514c7a0 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Sat, 25 May 2024 11:07:00 +0200 Subject: [PATCH] fix: Okay, spaces should be allowed too... --- terms.jsonc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/terms.jsonc b/terms.jsonc index 47eda78..0063d67 100644 --- a/terms.jsonc +++ b/terms.jsonc @@ -152,10 +152,10 @@ ["color-?blindness", "color blindness"], ["end-?user(s)?", "end user$1"], ["file-?type(s)?", "file type$1"], - ["lint(?:er|ing)?-?issue(s)?", "linting issue$1"], - ["lint(?:er|ing)?-?error(s)?", "linting error$1"], - ["lint(?:er|ing)?-?warning(s)?", "linting warning$1"], - ["lint(?:er|ing)?-?rule(s)?", "linter rule$1"], + ["lint(?:er|ing)?[ -]?issue(s)?", "linting issue$1"], + ["lint(?:er|ing)?[ -]?error(s)?", "linting error$1"], + ["lint(?:er|ing)?[ -]?warning(s)?", "linting warning$1"], + ["lint(?:er|ing)?[ -]?rule(s)?", "linter rule$1"], ["micro-?frontend(s)?", "micro frontend$1"], ["open-?source(ed?)", "open source$1"], ["regexp?(s)?", "regular expression$1"],