bkdotcom/PHPDebugConsole

View on GitHub
cspell.json

Summary

Maintainability
Test Coverage
{
  "version": "0.2",
  "language": "en-US",
  "ignorePaths": [
    "./cspell.json",
    "./src/Debug/js/**",
    "*.min.*",
    "**/charData.php",
    "**/prism.js",
    "**/tests/**"
  ],
  "useGitignore": true,
  "words": [
    "autoloader",
    "bitmask",
    "callables",
    "classname",
    "hostnames",
    "innerhtml",
    "invokable",
    "mergeable",
    "regexs",
    "skippable",
    "squiz",
    "uncollapse",
    "ungroup",
    "unserialized",
    "unsets",
    "webroot"
  ],
  "ignoreWords": [
    "chromelogger",
    "firephp",
    "jdorn",
    "mrkdwn",
    "mysqli",
    "phpcs",
    "phpmd",
    "slevomat",
    "symfony",
    "wamp"
  ]
}