🌐 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:
committed by
Jeremiah Russell
parent
726a525a03
commit
27d11966a0
10
.vscode/ltex.dictionary.en-GB.txt
vendored
10
.vscode/ltex.dictionary.en-GB.txt
vendored
@@ -1 +1,11 @@
|
||||
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
3
.vscode/ltex.disabledRules.en-GB.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
EN_GB_SIMPLE_REPLACE_TRASH
|
||||
LICENCE_LICENSE_NOUN_SINGULAR
|
||||
EN_WORD_COHERENCY
|
||||
1
.vscode/ltex.hiddenFalsePositives.en-GB.txt
vendored
Normal file
1
.vscode/ltex.hiddenFalsePositives.en-GB.txt
vendored
Normal 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$"}
|
||||
Reference in New Issue
Block a user