Verified Commit c9c6fa12 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3154594 by jungle, alexpott: CSpell is not skipping composer.json and...

Issue #3154594 by jungle, alexpott: CSpell is not skipping composer.json and composer.lock, which will prevent committing dependency updates or tagging releases unless --no-verify is used
parent 5866d881
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
    "language": "en-US",
    "allowCompoundWords": false,
    "ignorePaths": [
      "composer.lock",
      "assets/vendor/**",
      "lib/Drupal/Component/Diff/**",
      "lib/Drupal/Component/Transliteration/data/**",
+1 −0
Original line number Diff line number Diff line
@@ -1363,6 +1363,7 @@ persistable
pharextract
phars
phpass
phpcbf
phpcs
phpdoc
phpdocumentor
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
    "prettier": "prettier --write \"./**/*.es6.js\" \"./tests/Drupal/Nightwatch/**/*.js\"",
    "spellcheck": "cspell",
    "spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --wordsOnly | tr '[:upper:]' '[:lower:]' | tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt",
    "spellcheck:core": "cspell \"**/*\" \"../composer/**/*\""
    "spellcheck:core": "cspell \"**/*\" \"../composer/**/*\" \"../composer.json\""
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",