Skip to content
Snippets Groups Projects
Unverified Commit 22d9036c authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3176990 by alexpott, longwave, jungle: Files starting with . in /core are not spellchecked

parent 75aba2e7
No related branches found
No related tags found
7 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!144Issue #2666286: Clean up menu_ui to conform to Drupal coding standards,!16Draft: Resolve #2081585 "History storage"
......@@ -3,7 +3,8 @@
"language": "en-US",
"allowCompoundWords": false,
"ignorePaths": [
".cspell.json",
".*.json",
".*ignore",
"composer.lock",
"assets/vendor/**",
"lib/Drupal/Component/Diff/**",
......
......@@ -444,6 +444,7 @@ docroot
docroots
docx
dolore
dotenv
doubleclick
downcasting
downlevel
......@@ -955,6 +956,7 @@ mimeheaders
mimetypes
minifiers
minifyzombies
minimatch
minimise
minipager
minky
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment