diff --git a/core/.cspell.json b/core/.cspell.json index ee5bc110cac4217bbb99ae540cf9f3979ff39078..cffca8c11cf1d7b7893ce3d1ca82c93ded40a97a 100644 --- a/core/.cspell.json +++ b/core/.cspell.json @@ -3,7 +3,8 @@ "language": "en-US", "allowCompoundWords": false, "ignorePaths": [ - ".cspell.json", + ".*.json", + ".*ignore", "composer.lock", "assets/vendor/**", "lib/Drupal/Component/Diff/**", diff --git a/core/misc/cspell/dictionary.txt b/core/misc/cspell/dictionary.txt index d91c0f7f64fa7747ee82089bf04ffba19b1e29e4..f5eea8b762e71bbeefdabfeddba1cc2175a5b16d 100644 --- a/core/misc/cspell/dictionary.txt +++ b/core/misc/cspell/dictionary.txt @@ -444,6 +444,7 @@ docroot docroots docx dolore +dotenv doubleclick downcasting downlevel @@ -955,6 +956,7 @@ mimeheaders mimetypes minifiers minifyzombies +minimatch minimise minipager minky diff --git a/core/package.json b/core/package.json index c97940e61e0981dcd5b9f27c3ee45b51145502b2..923a63560e1fd22189890b94bdb99b6041a333d6 100644 --- a/core/package.json +++ b/core/package.json @@ -26,7 +26,7 @@ "prettier": "prettier --write \"./**/*.es6.js\" \"./tests/Drupal/Nightwatch/**/*.js\"", "spellcheck": "cspell", "spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --wordsOnly | tr '[:upper:]' '[:lower:]' | tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt", - "spellcheck:core": "cspell \"**/*\" \"../composer/**/*\" \"../composer.json\"" + "spellcheck:core": "cspell \"**/*\" \".*\" \"../composer/**/*\" \"../composer.json\"" }, "devDependencies": { "@babel/core": "^7.0.0",