Skip to content
Snippets Groups Projects

Issue #3427424: Simplify CSpell variables

Merged Jonathan Smith requested to merge issue/ableplayer-3427424:3427424-cspell into 3.x
+ 3
3
@@ -58,12 +58,12 @@ variables:
# The file comes from the able player core project, not the Drupal module.
SKIP_STYLELINT: '1'
# Theses words are OK and should be excluded from the review.
_CSPELL_WORDS: 'ableplayer, webm, srclang, ondemand, fileuri, DDEV, fullscreen, swappable, databasename'
_CSPELL_WORDS: 'ondemand, fileuri, databasename'
# The js, css, and translations are all from the upstream able player project.
_CSPELL_IGNORE_PATHS: 'js/*, css/*, translations/*, tests/*'
# Check if module is compatible with future Drupal versions
# Check if module is compatible with future Drupal versions
RUN_JOB_UPGRADE_STATUS: '1'
###################################################################################
#
# *
Loading