@cspell/dict-companies
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -1,42 +0,14 @@ | ||
// cSpell Settings | ||
{ | ||
"id": "companies", | ||
"name": "Company names", | ||
"readonly": true, | ||
"description": "Company names dictionary for cspell.", | ||
// List of dictionary files to add to the global list of dictionaries | ||
"dictionaryDefinitions": [ | ||
{ | ||
"name": "companies", | ||
"file": "./companies.txt.gz", | ||
"path": "./companies.txt.gz", | ||
"description": "Company names dictionary for cspell." | ||
} | ||
], | ||
// Dictionaries to always be used. | ||
// Generally left empty | ||
"dictionaries": [], | ||
// Language Rules to apply to matching files. | ||
// Files are matched on `languageId` and `local` | ||
"languageSettings": [ | ||
{ | ||
// VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex | ||
// * will match against any file type. | ||
"languageId": "*", | ||
// Language local. i.e. en-US, de-AT, or ru. * will match all locals. | ||
// Multiple locals can be specified like: "en, en-US" to match both English and English US. | ||
"local": "*", | ||
// By default the whole text of a file is included for spell checking | ||
// Adding patterns to the "includeRegExpList" to only include matching patterns | ||
"includeRegExpList": [], | ||
// To exclude patterns, add them to "ignoreRegExpList" | ||
"ignoreRegExpList": [], | ||
// regex patterns than can be used with ignoreRegExpList or includeRegExpList | ||
// Example: "pattern": [{ "name": "mdash", "pattern": "—" }] | ||
// This could be included in "ignoreRegExpList": ["mdash"] | ||
"patterns": [], | ||
// List of dictionaries to enable by name in `dictionaryDefinitions` | ||
"dictionaries": ["companies"], | ||
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match. | ||
"dictionaryDefinitions": [] | ||
} | ||
] | ||
"dictionaries": ["companies"] | ||
} |
{ | ||
"name": "@cspell/dict-companies", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Company names dictionary for cspell.", | ||
@@ -15,3 +15,3 @@ "publishConfig": { | ||
"build": "cspell-tools-cli compile --split \"src/companies.txt\" -o .", | ||
"test": "head -n 100 \"src/companies.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=* stdin", | ||
"test": "cat \"src/companies.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=* stdin", | ||
"prepublishOnly": "yarn test", | ||
@@ -26,2 +26,3 @@ "prepare": "yarn run build" | ||
"cspell", | ||
"cspell-ext", | ||
"companies", | ||
@@ -42,3 +43,3 @@ "Company names", | ||
], | ||
"gitHead": "353ef5c5b562dbafffcad9025e43550b027976bf" | ||
"gitHead": "b205afbb533926ffaa26a6e48aba3b4eb752879d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15625
14