@cspell/dict-bash
Advanced tools
Comparing version 4.1.9 to 4.1.10
# cspell-tools: keep-case no-split | ||
--noprofile | ||
--norc | ||
--rcfile | ||
BASHOPTS | ||
@@ -8,2 +11,3 @@ BASH_ARGV0 | ||
BASH_SOURCE | ||
BASH_VERSINFO | ||
BASH_XTRACEFD | ||
@@ -14,2 +18,3 @@ CHILD_MAX | ||
COMP_WORDBREAKS | ||
EPOCHREALTIME | ||
EUID | ||
@@ -43,2 +48,3 @@ EXECIGNORE | ||
MAILPATH | ||
MANPATH | ||
OLDPWD | ||
@@ -57,2 +63,3 @@ OPTARG | ||
PS2 | ||
PS3 | ||
PS4 | ||
@@ -66,2 +73,3 @@ READLINE_LINE | ||
SHELLOPTS | ||
SRANDOM | ||
SSH2_CLIENT | ||
@@ -74,2 +82,3 @@ SSH_CLIENT | ||
TEXTDOMAINDIR | ||
TIMEFORMAT | ||
TMOUT | ||
@@ -80,3 +89,5 @@ TZ | ||
allexport | ||
alnum | ||
autoremove | ||
bashscript | ||
bg | ||
@@ -90,2 +101,4 @@ bind | ||
cd | ||
chsh | ||
cntrl | ||
command | ||
@@ -110,2 +123,3 @@ compgen | ||
enable | ||
enarmor | ||
errexit | ||
@@ -150,3 +164,6 @@ errtrace | ||
mkdir | ||
mktemp | ||
monitor | ||
mvim | ||
neovim | ||
newgidmap | ||
@@ -160,2 +177,3 @@ newuidmap | ||
nounset | ||
nvim | ||
onecmd | ||
@@ -170,2 +188,3 @@ pgrep | ||
proxyd | ||
punct | ||
pushd | ||
@@ -178,2 +197,3 @@ pwd | ||
readonly | ||
realpath | ||
return | ||
@@ -183,2 +203,3 @@ select | ||
shellcheck | ||
shellscript | ||
shfmt | ||
@@ -206,4 +227,6 @@ shift | ||
vi | ||
vim | ||
wait | ||
while | ||
xdigit | ||
xtrace |
{ | ||
"name": "@cspell/dict-bash", | ||
"version": "4.1.9", | ||
"version": "4.1.10", | ||
"description": "Bash dictionary for cspell.", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
"build": "cspell-tools-cli build", | ||
"test": "shx head -n 100 src/bash-words.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=shellscript\" stdin", | ||
"test": "shx cat src/bash-words.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=shellscript\" stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -43,3 +43,3 @@ "prepare:dictionary": "pnpm run build" | ||
], | ||
"gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d" | ||
"gitHead": "c5d2ed0b1b50a03fbf32b6848bfeb3b1fc335a02" | ||
} |
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
5790