From 54b942132fcf55880f71205443393c21b08684d3 Mon Sep 17 00:00:00 2001 From: kodster28 Date: Fri, 7 Feb 2025 08:02:51 -0600 Subject: [PATCH] [Lint] Remove non-standard quotes --- .github/styles/cloudflare/NonStandardQuotes.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/styles/cloudflare/NonStandardQuotes.yml diff --git a/.github/styles/cloudflare/NonStandardQuotes.yml b/.github/styles/cloudflare/NonStandardQuotes.yml deleted file mode 100644 index 360882d1ede6b8e..000000000000000 --- a/.github/styles/cloudflare/NonStandardQuotes.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -# Warning: cloudflare.NonStandardQuotes -# -# Use only standard single and double quotes, not left or right quotes. -# -# For a list of all options, see https://vale.sh/docs/topics/styles/ -extends: existence -message: "Use standard single quotes or double quotes only. Do not use any of the following quote mark types: ‘ ’ “ ”. In the text, we found this character: %s" -level: warning -ignorecase: true -link: https://developers.cloudflare.com/style-guide/grammar/punctuation-marks-and-symbols/quotation-marks/ -scope: raw -raw: - - "[‘’“”]"