From 27d11966a0e7ccc6a6290b68b462c76c93ce7b9c Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 29 Sep 2025 17:35:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20i18n(vscode):=20update=20languag?= =?UTF-8?q?e=20tool=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add new words to ltex.dictionary.en-GB.txt for better coverage - create ltex.disabledRules.en-GB.txt to ignore specific rules - add hiddenFalsePositives configuration for improved accuracy --- .vscode/ltex.dictionary.en-GB.txt | 10 ++++++++++ .vscode/ltex.disabledRules.en-GB.txt | 3 +++ .vscode/ltex.hiddenFalsePositives.en-GB.txt | 1 + 3 files changed, 14 insertions(+) create mode 100644 .vscode/ltex.disabledRules.en-GB.txt create mode 100644 .vscode/ltex.hiddenFalsePositives.en-GB.txt diff --git a/.vscode/ltex.dictionary.en-GB.txt b/.vscode/ltex.dictionary.en-GB.txt index a36e384..11d5910 100644 --- a/.vscode/ltex.dictionary.en-GB.txt +++ b/.vscode/ltex.dictionary.en-GB.txt @@ -1 +1,11 @@ cull-gmail +version-url +circleci-url +circleci-badge +crates-url +docs-url +mit-url +ghub-url +BuyMeaCoffee +GitHubSponsors +bmac-url diff --git a/.vscode/ltex.disabledRules.en-GB.txt b/.vscode/ltex.disabledRules.en-GB.txt new file mode 100644 index 0000000..880a599 --- /dev/null +++ b/.vscode/ltex.disabledRules.en-GB.txt @@ -0,0 +1,3 @@ +EN_GB_SIMPLE_REPLACE_TRASH +LICENCE_LICENSE_NOUN_SINGULAR +EN_WORD_COHERENCY diff --git a/.vscode/ltex.hiddenFalsePositives.en-GB.txt b/.vscode/ltex.hiddenFalsePositives.en-GB.txt new file mode 100644 index 0000000..96e16c2 --- /dev/null +++ b/.vscode/ltex.hiddenFalsePositives.en-GB.txt @@ -0,0 +1 @@ +{"rule":"MISSING_TO_BEFORE_A_VERB","sentence":"^\\QFork the repository and create your branch from \\E(?:Dummy|Ina|Jimmy-|Dummy-|Maniquí-|Maniquíes-)[0-9]+\\Q\nMake your changes, following the coding standards below\nAdd tests if applicable\nEnsure all tests pass by running \\E(?:Dummy|Ina|Jimmy-|Dummy-|Maniquí-|Maniquíes-)[0-9]+\\Q\nUpdate documentation as needed\nFormat your code with \\E(?:Dummy|Ina|Jimmy-|Dummy-|Maniquí-|Maniquíes-)[0-9]+\\Q\nRun the linter with \\E(?:Dummy|Ina|Jimmy-|Dummy-|Maniquí-|Maniquíes-)[0-9]+\\Q\nCommit your changes with clear, descriptive commit messages\nSubmit a pull request with a description of your changes\\E$"}