🌐 i18n(vscode): update language tool configuration

- 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
This commit is contained in:
Jeremiah Russell
2025-09-29 17:35:32 +01:00
committed by Jeremiah Russell
parent 726a525a03
commit 27d11966a0
3 changed files with 14 additions and 0 deletions

View File

@@ -1 +1,11 @@
cull-gmail cull-gmail
version-url
circleci-url
circleci-badge
crates-url
docs-url
mit-url
ghub-url
BuyMeaCoffee
GitHubSponsors
bmac-url

3
.vscode/ltex.disabledRules.en-GB.txt vendored Normal file
View File

@@ -0,0 +1,3 @@
EN_GB_SIMPLE_REPLACE_TRASH
LICENCE_LICENSE_NOUN_SINGULAR
EN_WORD_COHERENCY

View File

@@ -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$"}