drupal/core/.cspell.json

87 lines
2.3 KiB
JSON

{
"version": "0.2",
"language": "en-US",
"allowCompoundWords": false,
"globRoot": ".",
"ignorePaths": [
"**/.*.json",
".*ignore",
"composer.lock",
"assets/vendor/**",
"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/book/tests/fixtures/drupal6.php",
"modules/book/tests/fixtures/drupal7.php",
"modules/ckeditor5/js/build/*",
"modules/forum/tests/fixtures/drupal6.php",
"modules/forum/tests/fixtures/drupal7.php",
"modules/media/tests/fixtures/oembed/*",
"modules/migrate_drupal/tests/fixtures/drupal6.php",
"modules/migrate_drupal/tests/fixtures/drupal7.php",
"modules/search/tests/UnicodeTest.txt",
"modules/statistics/tests/fixtures/drupal6.php",
"modules/statistics/tests/fixtures/drupal7.php",
"modules/system/tests/logo.svgz",
"modules/tracker/tests/fixtures/drupal7.php",
"node_modules/*",
"profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/**/*",
"tests/fixtures/files/*",
"tests/Drupal/Tests/Component/Annotation/Doctrine/**",
"themes/olivero/fonts/**",
"COPYRIGHT.txt",
"MAINTAINERS.txt",
"package.json",
"yarn.lock",
"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": [
"e-mail",
"grey",
"hte",
"ist",
"please",
"queuing"
],
"overrides": [
{
"filename": "**/{*.engine,*.inc,*.install,*.module,*.profile,*.theme}",
"languageId": "php"
},
{
"filename": "**/scripts/{*.php.txt, *.sh}",
"languageId": "php"
}
]
}