6 pass

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

All classes passed!
6Whois.Whois
2Whois.WhoisBlockTestCase
- setUp
- testWhoisBlock
4Whois.WhoisLookupTestCase
- setUp
- testWhoisOpen
- testWhoisLookupBasic
- testWhoisLookupHtmlStatus

162 coding standards messages

162 more than previous result

CHANGELOG.txt 7 more
line 5Line exceeds 80 characters; contains 84 characters
20Line exceeds 80 characters; contains 100 characters
26Line exceeds 80 characters; contains 98 characters
31Line exceeds 80 characters; contains 105 characters
45Line exceeds 80 characters; contains 114 characters
46Line exceeds 80 characters; contains 91 characters
48Line exceeds 80 characters; contains 84 characters
README.txt 4 more
7Line exceeds 80 characters; contains 162 characters
13Line exceeds 80 characters; contains 112 characters
14Line exceeds 80 characters; contains 85 characters
21Line exceeds 80 characters; contains 100 characters
tests/whois-drupal.org.txt 2 more
1Line exceeds 80 characters; contains 5443 characters
1Expected 1 newline at end of file; 0 found
tests/whois.test 38 more
8Missing class doc comment
9Class property $privileged_user should use lowerCamel naming without underscores
11Missing function doc comment
19Missing function doc comment
20Comments may not appear after statements
20Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
29Missing function doc comment
37Doc comment short description must end with a full stop
45Line exceeds 80 characters; contains 106 characters
48Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
52Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
58Doc comment short description must end with a full stop
66Line exceeds 80 characters; contains 106 characters
69Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
73Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
79Line exceeds 80 characters; contains 87 characters
79Doc comment short description must end with a full stop
82Line exceeds 80 characters; contains 95 characters
83Doc comment long description must end with a full stop
90Expected 1 blank line after function; 0 found
91The closing brace for the class must have an empty line before it
93Missing class doc comment
94Missing function doc comment
94Expected 1 blank line before function; 0 found
102Visibility must be declared on method "setUp"
102Missing function doc comment
105Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
110Visibility must be declared on method "testWhoisBlock"
110Missing function doc comment
112Line exceeds 80 characters; contains 140 characters
112No space found before comment text; expected "// $this->drupalPost('admin/structure/block/manage/whois/navigation/configure', array('title' => $this->randomName(8)), t('Save block'));" but found "//$this->drupalPost('admin/structure/block/manage/whois/...
113Line exceeds 80 characters; contains 101 characters
113There must be no blank line following an inline comment
113No space found before comment text; expected "// $this->assertText(t('The block configuration has been saved.'), t('Block configuration set.'));" but found "//$this->assertText(t('The block configuration has been saved.'), t('Block configuration set.'));"
113Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
125Expected 1 blank line after function; 0 found
126Expected 1 newline at end of file; 3 found
126The closing brace for the class must have an empty line before it
whois.admin.inc 5 more
6There must be exactly one blank line after the file comment
9Missing function doc comment
9Expected 1 blank line before function; 2 found
38If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
77Expected 1 newline at end of file; 2 found
whois.css 1 more
2CSS colours must be defined in lowercase; expected #fbeda5 but found #FBEDA5
whois.info 5 more
6It's only necessary to declare files[] if they declare a class or interface.
7It's only necessary to declare files[] if they declare a class or interface.
8It's only necessary to declare files[] if they declare a class or interface.
9It's only necessary to declare files[] if they declare a class or interface.
10It's only necessary to declare files[] if they declare a class or interface.
whois.install 6 more
23If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
23The $text argument to l() should be enclosed within t() so that it is translatable
23The $text argument to l() should be enclosed within t() so that it is translatable
25The $text argument to l() should be enclosed within t() so that it is translatable
32The $text argument to l() should be enclosed within t() so that it is translatable
42Doc comment long description must end with a full stop
whois.module 84 more
1Missing file doc comment
25Expected one space after the comma, 6 found
25Comments may not appear after statements
26Expected one space after the comma, 3 found
26Line exceeds 80 characters; contains 84 characters
26Comments may not appear after statements
27Expected one space after the comma, 2 found
27Line exceeds 80 characters; contains 112 characters
27Comments may not appear after statements
27Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
62Line exceeds 80 characters; contains 132 characters
73Expected 1 blank line after function; 2 found
94Doc comment long description must end with a full stop
115A comma should follow the last multiline array item. Found: 'click'
129You must use "/**" style comments for a function comment
132Empty return statement not required here
135Missing function doc comment
156No space found before comment text; expected "// drupal_json_output(array('status' => TRUE, 'data' => $output));" but found "//drupal_json_output(array('status' => TRUE, 'data' => $output));"
156Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
161Missing function doc comment
174Calling class constructors must always include parentheses
186Comments may not appear after statements
187Comments may not appear after statements
187Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
188Closing parenthesis of array declaration must be on a new line
199Calling class constructors must always include parentheses
207Comments may not appear after statements
207Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
226Missing parameter type
229Return type missing for @return tag in function comment
239Inline comments must start with a capital letter
239Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
246There should be no white space before a closing ")"
251The $text argument to l() should be enclosed within t() so that it is translatable
251The $text argument to l() should be enclosed within t() so that it is translatable
267The $text argument to l() should be enclosed within t() so that it is translatable
267The $text argument to l() should be enclosed within t() so that it is translatable
275Inline comments must start with a capital letter
275Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
287Doc comment short description must end with a full stop
287Doc comment short description must be on a single line, further text should be a separate paragraph
289Missing parameter type
292Return type missing for @return tag in function comment
297Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces
297Comments may not appear after statements
298Comments may not appear after statements
298Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
300Line exceeds 80 characters; contains 106 characters
300Comments may not appear after statements
300Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
304Line exceeds 80 characters; contains 92 characters
304Comments may not appear after statements
304Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
306Comments may not appear after statements
307Line exceeds 80 characters; contains 81 characters
307Comments may not appear after statements
308Comments may not appear after statements
309Comments may not appear after statements
310Comments may not appear after statements
310Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
331Doc comment short description must end with a full stop
333Missing parameter type
336Parameter tags must be grouped together in a doc comment
336Missing parameter type
339Return type missing for @return tag in function comment
353Doc comment short description must end with a full stop
355Missing parameter type
358Parameter tags must be grouped together in a doc comment
358Missing parameter type
361Return type missing for @return tag in function comment
378Expected 1 blank line after function; 2 found
381Missing function doc comment
384"include_once" is a statement not a function; no parentheses are required
385"include_once" is a statement not a function; no parentheses are required
392Missing function doc comment
394Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
403Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
409Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
409Whitespace found at end of line
415Expected 1 blank line after function; 2 found
429Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
447Line exceeds 80 characters; contains 101 characters
449You must use "/**" style comments for a function comment
456Expected 1 newline at end of file; 2 found
whois.pages.inc 9 more
5Doc comment short description must end with a full stop
6There must be exactly one blank line after the file comment
9Missing function doc comment
9Expected 1 blank line before function; 2 found
25If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
69A comma should follow the last multiline array item. Found: 'click'
74Expected 1 blank line after function; 2 found
77Missing function doc comment
84Empty return statement not required here
whois_domain_status.tpl.php 1 more
14Expected 1 newline at end of file; 3 found

History

UpdatedResult
12 Jun 2017 at 18:53 UTC
24 Mar 2016 at 13:03 UTC
17 Dec 2015 at 07:22 UTC