Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ableplayer
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ableplayer
Merge requests
!37
Issue
#3427424
: Simplify CSpell variables
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3427424
: Simplify CSpell variables
issue/ableplayer-3427424:3427424-cspell
into
3.x
Overview
0
Commits
8
Pipelines
8
Changes
1
Merged
Jonathan Smith
requested to merge
issue/ableplayer-3427424:3427424-cspell
into
3.x
1 year ago
Overview
0
Commits
8
Pipelines
8
Changes
1
Expand
Issue
#3427424
Edited
1 year ago
by
Jonathan Smith
0
0
Merge request reports
Compare
3.x
version 7
c90674b3
4 months ago
version 6
a479b351
4 months ago
version 5
86f027c0
1 year ago
version 4
4668c4ce
1 year ago
version 3
eed78466
1 year ago
version 2
0520e3c8
1 year ago
version 1
791aca09
1 year ago
3.x (base)
and
latest version
latest version
c90674b3
8 commits,
4 months ago
version 7
c90674b3
8 commits,
4 months ago
version 6
a479b351
7 commits,
4 months ago
version 5
86f027c0
5 commits,
1 year ago
version 4
4668c4ce
4 commits,
1 year ago
version 3
eed78466
3 commits,
1 year ago
version 2
0520e3c8
2 commits,
1 year ago
version 1
791aca09
1 commit,
1 year ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
3
−
3
Options
@@ -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