Skip to content
Snippets Groups Projects
Verified Commit 2264713d authored by Dave Long's avatar Dave Long
Browse files

Issue #3338155 by jonathan1055, spokje, quietone: Run CSpell on all files when...

Issue #3338155 by jonathan1055, spokje, quietone: Run CSpell on all files when CSpell-related files change
parent 431d46a4
No related branches found
No related tags found
7 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #407735 passed with warnings
Pipeline: drupal

#407737

    ......@@ -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.
    ......@@ -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
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment