Initial Drupal 11 with DDEV setup
This commit is contained in:
92
web/core/.cspell.json
Normal file
92
web/core/.cspell.json
Normal file
@ -0,0 +1,92 @@
|
||||
{
|
||||
"version": "0.2",
|
||||
"language": "en-US",
|
||||
"allowCompoundWords": false,
|
||||
"globRoot": ".",
|
||||
"ignorePaths": [
|
||||
"**/.*.json",
|
||||
".*ignore",
|
||||
"composer.lock",
|
||||
"../composer/Metapackage/PinnedDevDependencies/composer.json",
|
||||
"assets/vendor/**",
|
||||
"misc/jquery.form.js",
|
||||
"lib/Drupal/Component/Diff/**",
|
||||
"lib/Drupal/Component/Transliteration/data/**",
|
||||
"lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php",
|
||||
"**/LICENSE.txt",
|
||||
"../**/LICENSE.txt",
|
||||
"modules/**/Migrate*Test.php",
|
||||
"modules/ckeditor5/js/build/*",
|
||||
"modules/media/tests/fixtures/oembed/*",
|
||||
"modules/migrate_drupal/tests/fixtures/drupal6.php",
|
||||
"modules/migrate_drupal/tests/fixtures/drupal7.php",
|
||||
"modules/navigation/assets/**",
|
||||
"modules/search/tests/UnicodeTest.txt",
|
||||
"modules/system/tests/logo.svgz",
|
||||
"node_modules/*",
|
||||
"profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/**/*",
|
||||
"tests/fixtures/config_install/*",
|
||||
"tests/fixtures/files/*",
|
||||
"tests/fixtures/phpunit_*.xml",
|
||||
"tests/Drupal/Tests/Component/Annotation/Doctrine/**",
|
||||
"tests/PHPStan/vendor/**",
|
||||
"themes/olivero/fonts/**",
|
||||
"COPYRIGHT.txt",
|
||||
"MAINTAINERS.txt",
|
||||
"package.json",
|
||||
"yarn.lock",
|
||||
".yarnrc.yml",
|
||||
".yarn/*",
|
||||
"misc/cspell/dictionary.txt",
|
||||
"phpstan*"
|
||||
],
|
||||
"ignoreRegExpList": [
|
||||
"^msgstr .*",
|
||||
"!!binary .*",
|
||||
"%[0-9][0-9A-F]",
|
||||
"\\Wi18n",
|
||||
"\\x{[0-9A-F]{4,5}}"
|
||||
],
|
||||
"dictionaries": [
|
||||
"dictionary",
|
||||
"drupal",
|
||||
"companies",
|
||||
"fonts",
|
||||
"html",
|
||||
"php",
|
||||
"softwareTerms"
|
||||
],
|
||||
"dictionaryDefinitions": [
|
||||
{
|
||||
"name": "drupal",
|
||||
"path": "./misc/cspell/drupal-dictionary.txt"
|
||||
},
|
||||
{
|
||||
"name": "dictionary",
|
||||
"path": "./misc/cspell/dictionary.txt"
|
||||
}
|
||||
],
|
||||
"flagWords": [
|
||||
"blacklist",
|
||||
"blacklisted",
|
||||
"e-mail",
|
||||
"grey",
|
||||
"hte",
|
||||
"ist",
|
||||
"please",
|
||||
"queuing",
|
||||
"whitelist",
|
||||
"whitelisted",
|
||||
"writeable"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"filename": "**/{*.engine,*.inc,*.install,*.module,*.profile,*.theme}",
|
||||
"languageId": "php"
|
||||
},
|
||||
{
|
||||
"filename": "**/scripts/{*.php.txt, *.sh}",
|
||||
"languageId": "php"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user