Skip to content
Snippets Groups Projects
Commit 66b46a9c authored by Andrey Tymchuk's avatar Andrey Tymchuk
Browse files

Issue #3478803 by walkingdexter: Enable CSpell check

parent c8b28762
No related branches found
No related tags found
1 merge request!108Enable CSpell check
Pipeline #301107 passed
andrey
changefreq
gbyte
ginalski
indexnow
lastmod
naver
pawel
phplint
seznam
simplesitemap
sitemapindex
smallint
tablesorter
tymchuk
unstash
unstashes
urlset
xmlwriter
......@@ -7,7 +7,7 @@ include:
- '/includes/include.drupalci.workflows.yml'
variables:
SKIP_CSPELL: 1
_CSPELL_IGNORE_PATHS: '**/*.min.js'
OPT_IN_TEST_PREVIOUS_MINOR: 1
OPT_IN_TEST_NEXT_MINOR: 1
OPT_IN_TEST_NEXT_MAJOR: 1
......
......@@ -163,7 +163,7 @@ Further things that can be tweaked are unchecking 'Exclude duplicate links' and
increasing 'Maximum links in a sitemap'.
These settings will increase the demand for PHP execution time and memory, so
please make sure to test the sitemap generation behaviour. See
please make sure to test the sitemap generation behavior. See
'PERFORMANCE TEST'.
### OTHER SETTINGS ###
......
......@@ -126,7 +126,7 @@ class SimplesitemapEnginesForm extends ConfigFormBase {
$form['index_now']['enabled'] = [
'#type' => 'checkbox',
'#title' => $this->t('Submit changes to IndexNow capable engines'),
'#description' => $this->t('Send change notice to IndexNow compatible search engines right after submitting entity forms. Changes include creating, deleting and updating of an entity.<br/>This behaviour can be overridden on entity forms. Don\'t forget to <a href="@inclusion_url">include entities</a>.',
'#description' => $this->t('Send change notice to IndexNow compatible search engines right after submitting entity forms. Changes include creating, deleting and updating of an entity.<br/>This behavior can be overridden on entity forms. Don\'t forget to <a href="@inclusion_url">include entities</a>.',
['@inclusion_url' => Url::fromRoute('simple_sitemap.entities')->toString()]
),
'#default_value' => $config->get('index_now_enabled'),
......
......@@ -44,7 +44,7 @@ final class SimpleSitemapCommands extends DrushCommands {
#[CLI\Command(name: 'simple-sitemap:rebuild-queue', aliases: ['ssr', 'simple-sitemap-rebuild-queue'])]
#[CLI\Option(name: 'variants', description: 'Queue all or specific sitemaps for regeneration.')]
#[CLI\Usage(name: 'drush simple-sitemap:rebuild-queue', description: 'Rebuild the sitemap queue for all sitemaps.')]
#[CLI\Usage(name: 'drush simple-sitemap:rebuild-queue --variants=default,test', description: "Rebuild the sitemap queue queuing only sitemaps <info>default</info> and <info>test</info>.")]
#[CLI\Usage(name: 'drush simple-sitemap:rebuild-queue --variants=default,test', description: "Rebuild the sitemap queue queueing only sitemaps <info>default</info> and <info>test</info>.")]
public function rebuildQueue(array $options = ['variants' => '']): void {
$variants = array_keys(SimpleSitemap::loadMultiple());
if (isset($options['variants']) && (string) $options['variants'] !== '') {
......
......@@ -12,7 +12,7 @@ use Drupal\simple_sitemap\Settings;
/**
* Main managing service.
*
* Capable of setting/loading module settings, queuing elements and generating
* Capable of setting/loading module settings, queueing elements and generating
* the sitemap. Services for custom link and entity link generation can be
* fetched from this service as well.
*/
......
/**
* @file
* Alters jquery.tablesorter behaviour.
* Alters jquery.tablesorter behavior.
*/
(($) => {
......
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