From 472fac13caa8a90602f06ad6696a7ce822c955e9 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Thu, 4 Jan 2024 14:37:37 -0500 Subject: [PATCH] Fix capitalization rule --- test/styles/Tezos/Capitalize.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/styles/Tezos/Capitalize.yml b/test/styles/Tezos/Capitalize.yml index 371d8620b..5d6cc02b3 100644 --- a/test/styles/Tezos/Capitalize.yml +++ b/test/styles/Tezos/Capitalize.yml @@ -1,6 +1,7 @@ extends: substitution message: "Always capitalize '%s'" level: error +ignorecase: true swap: - '[Ss]mart rollup': "Smart Rollup" - 'smart [Rr]ollup': "Smart Rollup" + smart rollup: Smart Rollup + smart rollups: Smart Rollups