Loading core/scripts/dev/commit-code-check.sh +3 −2 Original line number Diff line number Diff line Loading @@ -139,7 +139,8 @@ # it is used to make sure the compiled JS is valid. CKEDITOR5_PLUGINS_CHANGED=0 # This variable will be set to when the dictionary has changed. # This variable will be set to one when either of the core dictionaries or the # .cspell.json config has changed. CSPELL_DICTIONARY_FILE_CHANGED=0 # Build up a list of absolute file names. Loading Loading @@ -176,7 +177,7 @@ CKEDITOR5_PLUGINS_CHANGED=1; fi; if [[ $FILE == "core/misc/cspell/dictionary.txt" || $FILE == "core/misc/cspell/drupal-dictionary.txt" ]]; then if [[ $FILE == "core/misc/cspell/dictionary.txt" || $FILE == "core/misc/cspell/drupal-dictionary.txt" || $FILE == "core/.cspell.json" ]]; then CSPELL_DICTIONARY_FILE_CHANGED=1; fi done Loading Loading
core/scripts/dev/commit-code-check.sh +3 −2 Original line number Diff line number Diff line Loading @@ -139,7 +139,8 @@ # it is used to make sure the compiled JS is valid. CKEDITOR5_PLUGINS_CHANGED=0 # This variable will be set to when the dictionary has changed. # This variable will be set to one when either of the core dictionaries or the # .cspell.json config has changed. CSPELL_DICTIONARY_FILE_CHANGED=0 # Build up a list of absolute file names. Loading Loading @@ -176,7 +177,7 @@ CKEDITOR5_PLUGINS_CHANGED=1; fi; if [[ $FILE == "core/misc/cspell/dictionary.txt" || $FILE == "core/misc/cspell/drupal-dictionary.txt" ]]; then if [[ $FILE == "core/misc/cspell/dictionary.txt" || $FILE == "core/misc/cspell/drupal-dictionary.txt" || $FILE == "core/.cspell.json" ]]; then CSPELL_DICTIONARY_FILE_CHANGED=1; fi done Loading