Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
config_distro
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
config_distro
Merge requests
!16
Issue
#3457450
by joegraduate: GitLabCI: Fix existing CSpell issues
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3457450
by joegraduate: GitLabCI: Fix existing CSpell issues
issue/config_distro-3457450:3457450-gitlabci-fix-existing
into
2.0.x
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Issue #3457450 by joegraduate: GitLabCI: Fix existing CSpell issues
Joe Parsons
requested to merge
issue/config_distro-3457450:3457450-gitlabci-fix-existing
into
2.0.x
Jun 26, 2024
Overview
0
Commits
1
Pipelines
2
Changes
2
Closes
#3457450
1
0
Merge request reports
Compare
2.0.x
2.0.x (base)
and
latest version
latest version
43e04b60
1 commit,
Jun 26, 2024
2 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/Plugin/ConfigDistroFilterInterface.php
+
1
−
1
View file @ 43e04b60
Edit in single-file editor
Open in Web IDE
Show full file
@@ -8,7 +8,7 @@ use Drupal\config_filter\Plugin\ConfigFilterInterface;
* Defines an interface for Config Distro filter plugin plugins.
*
* We might add additional methods to the filter in order to improve the UI
* or allow for a speciali
s
ed workflow that is outside the scope of the original
* or allow for a speciali
z
ed workflow that is outside the scope of the original
* config filter plugin spec. Use the associated base class for backwards
* compatibility.
*/
Loading