@cspell/dict-k8s
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -19,3 +19,3 @@ // cSpell Settings | ||
// Language Rules to apply to matching files. | ||
// Files are matched on `languageId` and `local` | ||
// Files are matched on `languageId` and `locale` | ||
"languageSettings": [ | ||
@@ -26,3 +26,3 @@ { | ||
"languageId": "yaml", | ||
// Language local. i.e. en-US, de-AT, or ru. * will match all locals. | ||
// Language locale. 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. | ||
@@ -29,0 +29,0 @@ "locale": "*", |
@@ -317,2 +317,3 @@ | ||
konnectivity | ||
kube | ||
kubeProxyVersion | ||
@@ -319,0 +320,0 @@ kubeadm |
{ | ||
"name": "@cspell/dict-k8s", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "K8s dictionary for cspell.", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
"build": "cspell-tools-cli compile --keep-raw-case src/k8s.txt --no-compress -o ./dict", | ||
"test": "shx head -n 100 src/k8s.txt | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=yaml\" stdin", | ||
"test": "shx head -n 100 src/k8s.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=yaml\" stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -23,3 +23,4 @@ "prepare:dictionary": "pnpm run build" | ||
"type": "git", | ||
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" | ||
"url": "https://github.com/streetsidesoftware/cspell-dict.git", | ||
"directory": "dictionaries/k8s" | ||
}, | ||
@@ -33,3 +34,7 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent & Carlo Corradini", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"contributors": [ | ||
"Carlo Corradini", | ||
"Jason Dent" | ||
], | ||
"license": "MIT", | ||
@@ -44,3 +49,3 @@ "bugs": { | ||
], | ||
"gitHead": "6b07c515cf7d4fce23332637e9a52a878310bb6f" | ||
"gitHead": "64a98a4559a16480eacf09e3d32256d7cf7206c3" | ||
} |
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
15734
5