Skip to content
Snippets Groups Projects
Forked from project / drupal
1385 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.cspell.json 2.11 KiB
{
    "version": "0.2",
    "language": "en-US",
    "allowCompoundWords": false,
    "globRoot": ".",
    "ignorePaths": [
      "**/.*.json",
      ".*ignore",
      "composer.lock",
      "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/files/*",
      "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": [
      "e-mail",
      "grey",
      "hte",
      "ist",
      "please",
      "queuing"
    ],
    "overrides": [
      {
        "filename": "**/{*.engine,*.inc,*.install,*.module,*.profile,*.theme}",
        "languageId": "php"
      },
      {
        "filename": "**/scripts/{*.php.txt, *.sh}",
        "languageId": "php"
      }
    ]
}