You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
2.4 KiB
94 lines
2.4 KiB
{ |
|
"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/contact/tests/fixtures/drupal6.php", |
|
"modules/contact/tests/fixtures/drupal7.php", |
|
"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" |
|
} |
|
] |
|
}
|
|
|