Skip to content
Snippets Groups Projects
Verified Commit f638625b authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3390341 by quietone, smustgrave: Remove words removed from file but...

Issue #3390341 by quietone, smustgrave: Remove words removed from file but still in cspell:ignore lines
parent 6950ec5b
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 18 deletions
# cspell:ignore drupaltestbot drupaltestbotpw codequality Micheh micheh
# cspell:ignore codequality Micheh micheh
################
# Drupal GitLabCI template.
......
// cspell:ignore drupalengine drupalhtmlengine
// cspell:ignore drupalhtmlengine
import DrupalHtmlEngine from './drupalhtmlengine';
/**
......
// cspell:ignore imageupload imageresize insertimage drupalimage drupalimageupload drupalimageresize drupalinsertimage
// cspell:ignore imageupload insertimage drupalimage drupalimageupload drupalinsertimage
import DrupalImage from './drupalimage';
import DrupalImageUpload from './imageupload/drupalimageupload';
......
......@@ -4,8 +4,6 @@
namespace Drupal\ckeditor5\Plugin\Validation\Constraint;
// cspell:ignore enableable
use Symfony\Component\Validator\Constraint;
/**
......
......@@ -7,7 +7,7 @@
use Drupal\filter\Entity\FilterFormat;
use Symfony\Component\Yaml\Yaml;
// cspell:ignore esque imageUpload nofilter noeditor sourceediting Editing's
// cspell:ignore esque imageUpload sourceediting Editing's
/**
* Tests for CKEditor 5.
......
......@@ -9,7 +9,7 @@
use Drupal\Tests\TestFileCreationTrait;
use Drupal\Tests\ckeditor5\Traits\CKEditor5TestTrait;
// cspell:ignore imageresize imageupload
// cspell:ignore imageresize
/**
* @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image
......
......@@ -4,8 +4,6 @@
use Drupal\Tests\migrate_drupal_ui\Functional\NoMultilingualReviewPageTestBase;
// cspell:ignore Filefield Multiupload Imagefield
/**
* Tests Drupal 7 upgrade without translations.
*
......
......@@ -4,8 +4,6 @@
use Drupal\Tests\migrate_drupal_ui\Functional\MigrateUpgradeExecuteTestBase;
// cspell:ignore Filefield Multiupload Imagefield
/**
* Tests Drupal 7 upgrade using the migrate UI.
*
......
......@@ -4,8 +4,6 @@
use Drupal\Tests\migrate\Kernel\MigrateSqlSourceTestBase;
// cspell:ignore whakamataku génial
/**
* Tests the variable source plugin.
*
......
......@@ -7,8 +7,6 @@
use Drupal\Tests\ExtensionListTestTrait;
use Drupal\Tests\migrate_drupal_ui\Functional\MigrateUpgradeTestBase;
// cspell:ignore terok
/**
* Tests the Drupal 7 public and private file migrations.
*
......
......@@ -7,9 +7,9 @@
use Drupal\Component\Utility\Xss;
use PHPUnit\Framework\TestCase;
// cspell:ignore ascript barbaz ckers cript CVEs dynsrc fooÿñ metacharacters
// cspell:ignore msgbox ncript nfocus nmedi nosuchscheme nosuchtag onmediaerror
// cspell:ignore scrscriptipt tascript vbscript
// cspell:ignore ascript barbaz ckers cript CVEs dynsrc fooÿñ msgbox ncript
// cspell:ignore nfocus nmedi nosuchscheme nosuchtag onmediaerror scrscriptipt
// cspell:ignore tascript vbscript
/**
* XSS Filtering tests.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment