39 pass

DrupalCI console output and artifacts are no longer available from dispatcher.drupalci.org. Use GitLab CI instead

All classes passed!
39XML Sitemap.XML Sitemap
3XML Sitemap.XMLSitemapCustomFunctionalTest
- setUp
- testCustomLinks
- testCustomFileLinks
6XML Sitemap.XMLSitemapEnginesFunctionalTest
- setUp
- testPrepareURL
- testSubmitSitemaps
- testPing
- submitEngines
- testCustomURL
6XML Sitemap.XMLSitemapFunctionalTest
- setUp
- regenerateSitemap
- drupalGetSitemap
- testSitemapCaching
- testBaseURL
- testStatusReport
2XML Sitemap.XMLSitemapMenuFunctionalTest
- setUp
- testMenuSettings
4XML Sitemap.XMLSitemapNodeFunctionalTest
- setUp
- testNodeSettings
- testTypeSettings
- testCron
2XML Sitemap.XMLSitemapTaxonomyFunctionalTest
- setUp
- testTaxonomySettings
14XML Sitemap.XMLSitemapUnitTest
- setUp
- testAssertFlag
- testGetChangefreq
- testGetChunkCount
- testCalculateChangefreq
- testRecalculateChangefreq
- testSwitchUser
- testSaveLink
- testLinkDelete
- testUpdateLinks
- regenerateSitemap
- drupalGetSitemap
- testDuplicatePaths
- testMinimumLifetime
2XML Sitemap.XMLSitemapUserFunctionalTest
- setUp
- testBlockedUser

289 coding standards messages

289 more than branch result

xmlsitemap.admin.inc 60 more
line 38No space found before comment text; expected "// '#validate' => array('xmlsitemap_sitemap_list_form_validate')," but found "//'#validate' => array('xmlsitemap_sitemap_list_form_validate'),"
39No space found before comment text; expected "// '#submit' => array('xmlsitemap_sitemap_list_form_submit')," but found "//'#submit' => array('xmlsitemap_sitemap_list_form_submit'),"
39Inline comments must end in full-stops, exclamation marks, colons, or question marks
51If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
85There must be no blank line following an inline comment
85No space found before comment text; expected "// $options[$smid]['#attributes']['class'][] = 'warning';" but found "//$options[$smid]['#attributes']['class'][] = 'warning';"
108Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
154Line exceeds 80 characters; contains 128 characters
154No space found before comment text; expected "// watchdog('xmlsitemap', '@action @count XML sitemaps.', array('@action' => $operation['action past'], '@count' => $count));" but found "//watchdog('xmlsitemap', '@action @count XML sitemaps.', array('@act...
154Inline comments must end in full-stops, exclamation marks, colons, or question marks
156No space found before comment text; expected "// $form_state['redirect'] = 'admin/config/search/xmlsitemap';" but found "//$form_state['redirect'] = 'admin/config/search/xmlsitemap';"
156Inline comments must end in full-stops, exclamation marks, colons, or question marks
160Missing function doc comment
199Missing function doc comment
210Missing function doc comment
220Missing function doc comment
228Missing function doc comment
251Missing function doc comment
267If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
291No space found before comment text; expected "// $form['advanced']['xmlsitemap_gz'] = array(" but found "//$form['advanced']['xmlsitemap_gz'] = array("
296No space found before comment text; expected "// );" but found "//);"
296Inline comments must end in full-stops, exclamation marks, colons, or question marks
300If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
308If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
365If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
428Doc comment short description must end with a full stop
577No space found before comment text; expected "// if (!isset($bundle) && isset($entity_info['bundle keys']['bundle'])) {" but found "//if (!isset($bundle) && isset($entity_info['bundle keys']['bundle'])) {"
577Inline comments must start with a capital letter
580Comment indentation error, expected only 2 spaces
583Comment indentation error, expected only 2 spaces
585There must be no blank line following an inline comment
585No space found before comment text; expected "// }" but found "//}"
585Inline comments must end in full-stops, exclamation marks, colons, or question marks
658Missing function doc comment
666There should be no white space after an opening "("
745If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
760Inline comments must end in full-stops, exclamation marks, colons, or question marks
776Inline comments must end in full-stops, exclamation marks, colons, or question marks
805Inline comments must end in full-stops, exclamation marks, colons, or question marks
835No space found before comment text; expected "// $form['xmlsitemap']['lastmod'] = array(" but found "//$form['xmlsitemap']['lastmod'] = array("
838No space found before comment text; expected "// );" but found "//);"
839No space found before comment text; expected "// $form['xmlsitemap']['changefreq'] = array(" but found "//$form['xmlsitemap']['changefreq'] = array("
842No space found before comment text; expected "// );" but found "//);"
843No space found before comment text; expected "// $form['xmlsitemap']['changecount'] = array(" but found "//$form['xmlsitemap']['changecount'] = array("
846There must be no blank line following an inline comment
846No space found before comment text; expected "// );" but found "//);"
846Inline comments must end in full-stops, exclamation marks, colons, or question marks
858Missing parameter type
860Missing parameter type
862Separate the @param and @return sections by a blank line.
862Return type missing for @return tag in function comment
901Missing parameter type
903Separate the @param and @return sections by a blank line.
903Return type missing for @return tag in function comment
929Missing parameter type
931Separate the @param and @return sections by a blank line.
931Return type missing for @return tag in function comment
934Trailing punctuation for @see references is not allowed.
942Only string literals should be passed to t() where possible
946A cast statement must be followed by a single space
xmlsitemap.generate.inc 27 more
17Missing parameter type
19Missing parameter type
73Array indentation error, expected 6 spaces but found 8
74Array closing indentation error, expected 4 spaces but found 6
80Missing function doc comment
116Missing parameter type
135Missing parameter type
137Missing parameter type
150Code after THROW statement cannot be executed
156Missing function doc comment
157If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
172If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
246Missing parameter type
259Code after THROW statement cannot be executed
265There must be no blank line following an inline comment
265Inline comments must end in full-stops, exclamation marks, colons, or question marks
270Missing parameter type
279No space found before comment text; expected "// $t = get_t();" but found "//$t = get_t();"
282No space found before comment text; expected "// 'error_message' => $t('An error has occurred.')," but found "//'error_message' => $t('An error has occurred.'),"
282Inline comments must end in full-stops, exclamation marks, colons, or question marks
366No space found before comment text; expected "// drupal_set_message(t('The sitemaps were regenerated.'));" but found "//drupal_set_message(t('The sitemaps were regenerated.'));"
397If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
473Comments may not appear after statements
473No space found before comment text; expected "// variable_get('xmlsitemap_batch_limit', 100)" but found "//variable_get('xmlsitemap_batch_limit', 100)"
473Inline comments must end in full-stops, exclamation marks, colons, or question marks
482If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
504Missing function doc comment
xmlsitemap.install 11 more
65If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
114If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
217No space found before comment text; expected "// 'default' => 0.5," but found "//'default' => 0.5,"
218No space found before comment text; expected "// 'not null' => NULL," but found "//'not null' => NULL,"
296No space found before comment text; expected "// 'queued' => array(" but found "//'queued' => array("
301Line exceeds 80 characters; contains 98 characters
302No space found before comment text; expected "// )," but found "//),"
302Inline comments must end in full-stops, exclamation marks, colons, or question marks
474Doc comment short description must be on a single line, further text should be a separate paragraph
550Doc comment short description must be on a single line, further text should be a separate paragraph
564Missing function doc comment
xmlsitemap.module 115 more
4The second line in the file doc comment must be "@file"
22Comments may not appear after statements
23Comments may not appear after statements
24Comments may not appear after statements
25Comments may not appear after statements
26Comments may not appear after statements
26Inline comments must end in full-stops, exclamation marks, colons, or question marks
100Case breaking statements must be followed by a single blank line
102Case breaking statements must be followed by a single blank line
104Case breaking statements must be followed by a single blank line
342Missing parameter type
345Return type missing for @return tag in function comment
356Missing parameter type
358Missing parameter type
361Return type missing for @return tag in function comment
387Missing parameter type
405Missing parameter type
454Missing parameter type
464Missing parameter type
484Missing parameter type
486Missing parameter type
496Missing parameter type
508Missing function doc comment
516Missing parameter type
518Separate the @param and @return sections by a blank line.
518Return type missing for @return tag in function comment
536Missing parameter type
538Missing parameter type
540Separate the @param and @return sections by a blank line.
540Return type missing for @return tag in function comment
551Missing parameter type
554Separate the @param and @return sections by a blank line.
554Return type missing for @return tag in function comment
601If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
604If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
634Missing parameter type
636Missing parameter type
638Separate the @param and @return sections by a blank line.
638Return type missing for @return tag in function comment
664Missing parameter type
666Missing parameter type
668Separate the @param and @return sections by a blank line.
668Return type missing for @return tag in function comment
682Missing parameter type
685Separate the @param and @return sections by a blank line.
685Return type missing for @return tag in function comment
714Missing parameter type
716Missing parameter type
719Separate the @param and @return sections by a blank line.
719Return type missing for @return tag in function comment
745Missing parameter type
747Missing parameter type
751Missing parameter type
754Separate the @param and @return sections by a blank line.
754Return type missing for @return tag in function comment
777Inline comments must end in full-stops, exclamation marks, colons, or question marks
791There must be no blank lines after the function comment
820Missing function doc comment
842Missing function doc comment
850Missing parameter type
852Missing parameter type
854Missing parameter type
857Return type missing for @return tag in function comment
887Missing parameter type
889Missing parameter type
896dir() is a function name alias, use getdir() instead
913Missing parameter type
916Missing parameter type
948No space found before comment text; expected "// unset($link_info[$key]['bundles'][$bundle_key]);" but found "//unset($link_info[$key]['bundles'][$bundle_key]);"
948Inline comments must end in full-stops, exclamation marks, colons, or question marks
984Missing function doc comment
990Line indented incorrectly; expected 6 spaces, found 4
990No space found before comment text; expected "// if (!empty($bundle_info['xmlsitemap']['status'])) {" but found "//if (!empty($bundle_info['xmlsitemap']['status'])) {"
990Inline comments must start with a capital letter
990Inline comments must end in full-stops, exclamation marks, colons, or question marks
997Missing function doc comment
1007No space found before comment text; expected "// $total->addTag('xmlsitemap_link_bundle_access');" but found "//$total->addTag('xmlsitemap_link_bundle_access');"
1007Inline comments must end in full-stops, exclamation marks, colons, or question marks
1032Missing function doc comment
1036If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
1039If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
1042If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
1048No space found before comment text; expected "// xmlsitemap_get_link_info(NULL, TRUE);" but found "//xmlsitemap_get_link_info(NULL, TRUE);"
1048Inline comments must end in full-stops, exclamation marks, colons, or question marks
1051Missing function doc comment
1078Missing function doc comment
1098Missing function doc comment
1104No space found before comment text; expected "// xmlsitemap_get_link_info(NULL, TRUE);" but found "//xmlsitemap_get_link_info(NULL, TRUE);"
1104Inline comments must end in full-stops, exclamation marks, colons, or question marks
1107Missing function doc comment
1131Missing function doc comment
1162Missing parameter type
1164Separate the @param and @return sections by a blank line.
1164Return type missing for @return tag in function comment
1212Missing parameter type
1214Separate the @param and @return sections by a blank line.
1214Return type missing for @return tag in function comment
1222Line exceeds 80 characters; contains 84 characters
1222Comments may not appear after statements
1232Missing parameter type
1244Missing parameter type
1246Separate the @param and @return sections by a blank line.
1246Return type missing for @return tag in function comment
1337Return type missing for @return tag in function comment
1338Return comment indentation must be 3 spaces, found 2 spaces
1344Missing function doc comment
1346If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
1359Missing function doc comment
1392Return type missing for @return tag in function comment
1411Missing parameter type
1413Separate the @param and @return sections by a blank line.
1413Return type missing for @return tag in function comment
1430There must be no blank lines after the function comment
1473Missing function doc comment
1544Missing function doc comment
xmlsitemap_menu/xmlsitemap_menu.module 15 more
1Missing file doc comment
90Missing parameter type
125No space found before comment text; expected "// function xmlsitemap_menu_form_menu_overview_form_alter(&$form, $form_state) {" but found "//function xmlsitemap_menu_form_menu_overview_form_alter(&$form, $form_state) {"
125Inline comments must start with a capital letter
127No space found before comment text; expected "// }" but found "//}"
129No space found before comment text; expected "// function xmlsitemap_menu_menu_overview_form_submit($form, $form_state) {" but found "//function xmlsitemap_menu_menu_overview_form_submit($form, $form_state) {"
132Comment indentation error, expected only 2 spaces
133Comment indentation error, expected only 4 spaces
137There must be no blank line following an inline comment
137No space found before comment text; expected "// }" but found "//}"
205No space found before comment text; expected "// $link += array('xmlsitemap' => array());" but found "//$link += array('xmlsitemap' => array());"
206Line exceeds 80 characters; contains 93 characters
206No space found before comment text; expected "// xmlsitemap_menu_xmlsitemap_process_menu_links(array($link['mlid']), $link['xmlsitemap']);" but found "//xmlsitemap_menu_xmlsitemap_process_menu_links(array($link['mlid']), $link['xmlsitemap']);"
206Inline comments must end in full-stops, exclamation marks, colons, or question marks
235Missing parameter type
xmlsitemap_node/xmlsitemap_node.module 20 more
41Missing parameter type
166Missing parameter type
168Separate the @param and @return sections by a blank line.
168Return type missing for @return tag in function comment
190Missing parameter type
229Line exceeds 80 characters; contains 86 characters
230No space found before comment text; expected "// $access = &drupal_static('node_access');" but found "//$access = &drupal_static('node_access');"
231No space found before comment text; expected "// unset($access[0][$node->nid]);" but found "//unset($access[0][$node->nid]);"
232There must be no blank line following an inline comment
232No space found before comment text; expected "// node_access_acquire_grants($node);" but found "//node_access_acquire_grants($node);"
246Missing parameter type
249Missing parameter type
252Separate the @param and @return sections by a blank line.
252Return type missing for @return tag in function comment
255Line exceeds 80 characters; contains 81 characters
255Return comment indentation must be 3 spaces, found 1 spaces
275There must be no blank line following an inline comment
275No space found before comment text; expected "// $cid = is_object($node) ? $node->nid : $node;" but found "//$cid = is_object($node) ? $node->nid : $node;"
275Inline comments must end in full-stops, exclamation marks, colons, or question marks
328Line exceeds 80 characters; contains 83 characters
xmlsitemap_node/xmlsitemap_node.test 20 more
8Missing class doc comment
9Class property $normal_user should use lowerCamel naming without underscores
12Missing function doc comment
20Missing function doc comment
20Visibility must be declared on method "setUp"
25If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
26If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
27If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
30Missing function doc comment
30Visibility must be declared on method "testNodeSettings"
34If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
47If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
61If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
70If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
76Visibility must be declared on method "testTypeSettings"
102If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
103If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
115Visibility must be declared on method "testCron"
140If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
148The closing brace for the class must have an empty line before it
xmlsitemap_taxonomy/xmlsitemap_taxonomy.module 6 more
212No space found before comment text; expected "// function xmlsitemap_taxonomy_calculate_term_priority(stdClass $term) {" but found "//function xmlsitemap_taxonomy_calculate_term_priority(stdClass $term) {"
212Inline comments must start with a capital letter
217There must be no blank line following an inline comment
217No space found before comment text; expected "// }" but found "//}"
217Inline comments must end in full-stops, exclamation marks, colons, or question marks
274If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
xmlsitemap_user/xmlsitemap_user.module 4 more
1Missing file doc comment
33Missing parameter type
123Missing parameter type
161Format should be "* Implements hook_foo().", "* Implements hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", or "* Implements hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.".
xmlsitemap_user/xmlsitemap_user.test 11 more
8Missing class doc comment
9Class property $normal_user should use lowerCamel naming without underscores
12Missing function doc comment
20Missing function doc comment
20Visibility must be declared on method "setUp"
25If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
27Inline comments must end in full-stops, exclamation marks, colons, or question marks
28If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
36Missing function doc comment
36Visibility must be declared on method "testBlockedUser"
50The closing brace for the class must have an empty line before it

xmlsitemap 7.x-2.x-dev branch result

History

UpdatedResult
4 Aug 2017 at 17:56 UTC