From cd90545f4469c7e351ec9e6bf7b0169c73cb79cb Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Wed, 22 May 2024 15:06:37 +0200 Subject: [PATCH] fix: Add hardcode/hardcoded/hardcoding Single-word spelling seems to be the most popular. --- terms.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/terms.jsonc b/terms.jsonc index d827392..127437a 100644 --- a/terms.jsonc +++ b/terms.jsonc @@ -117,6 +117,7 @@ ["file[- ]name(s)?", "filename$1"], ["front[- ]end(\\w*)", "frontend$1"], ["hack[- ]a[- ]thon(s)?", "hackathon$1"], + ["hard[- ]cod(e|ed|ing)", "hardcod$1"], ["host[- ]name(s)?", "hostname$1"], ["hot[- ]key(s)?", "hotkey$1"], ["life[- ]cycle", "lifecycle"],