Storm - 6.x-1.x

Test status
StatusResult
Last receivedSat, 01/28/2012 - 10:15:47
Last requestedSat, 01/28/2012 - 10:16:03
Last testedSat, 01/28/2012 - 10:16:36
Test count110
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier6.x-1.x
ProjectStorm Project Management
LinkProject information
SummaryPASSED: [[Coder]]: [Code review] 756 minor(s), 6 critical(s), and 801 normal(s); [[SimpleTest]]: [MySQL] 260 pass(es).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
  10. Complete test suite with all tests passing
260 pass(es), 0 fail(s), and 0 exception(s)
Test namePassFailException
LeafStorm Expense Functionality (StormexpenseTestCase) [Storm]2800
LeafStorm functionality (StormTestCase) [Storm]3200
LeafStorm Invoice Functionality (StorminvoiceTestCase) [Storm]1800
LeafStorm Knowledge base functionality (StormknowledgebaseTestCase) [Storm]1400
LeafStorm Note Functionality (StormnoteTestCase) [Storm]2600
LeafStorm Organization functionality (StormorganisationTestCase) [Storm]1400
LeafStorm Person functionality (StormpersonTestCase) [Storm]1800
LeafStorm Project Functionality (StormprojectTestCase) [Storm]1800
LeafStorm Task Functionality (StormtaskTestCase) [Storm]2200
LeafStorm Team Functionality (StormteamTestCase) [Storm]1400
LeafStorm Ticket Functionality (StormticketTestCase) [Storm]2600
LeafStorm Timetracking Functionality (StormtimetrackingTestCase) [Storm]3000

Code review

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a review run failure
  8. Detect coder flags
    Ensure that your code follows the Drupal standard and passes a coder review.
  9. Complete coder review with all passed
756 minor(s), 6 critical(s), and 801 normal(s)

Non-pass

Test nameMinorCriticalNormal
Leafstorm.module33029
Leafstorm.theme.inc503
Leafstormattribute/stormattribute.admin.inc16151
Leafstormattribute/stormattribute.install100150
Leafstormattribute/stormattribute.module605
Leafstormattribute/stormattribute.theme.inc105
Leafstormattribute/stormattribute_handler_field_attributes_domain.inc001
Leafstormattribute/stormattribute_handler_filter_attributes_domain.inc001
Leafstormexpense/stormexpense.module32016
Leafstormexpense/stormexpense.test001
Leafstormexpense/stormexpense.theme.inc502
Leafstormexpense/stormexpense.views.inc1002
Expandstorminvoice/storminvoice.admin.inc4117
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc95N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc101N/A
There should be no trailing spacesOtherstorminvoice.admin.inc125N/A
Use "elseif" in place of "else if"Otherstorminvoice.admin.inc131N/A
There should be no trailing spacesOtherstorminvoice.admin.inc134N/A
There should be no trailing spacesOtherstorminvoice.admin.inc142N/A
There should be no trailing spacesOtherstorminvoice.admin.inc144N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.admin.inc353N/A
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Otherstorminvoice.admin.inc372N/A
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Otherstorminvoice.admin.inc377N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc385N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc392N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc399N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc422N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc428N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc430N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc443N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.admin.inc460N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.admin.inc461N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.admin.inc474N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherstorminvoice.admin.inc494N/A
use a space between the closing parenthesis and the open bracketOtherstorminvoice.admin.inc507N/A
Expandstorminvoice/storminvoice.auto_add.inc1025
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherstorminvoice.auto_add.inc8N/A
Separate comments from comment syntax by a space.Otherstorminvoice.auto_add.inc31N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.auto_add.inc34N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherstorminvoice.auto_add.inc35N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherstorminvoice.auto_add.inc35N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherstorminvoice.auto_add.inc38N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherstorminvoice.auto_add.inc38N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc49N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc56N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc60N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc64N/A
Use "elseif" in place of "else if"Otherstorminvoice.auto_add.inc68N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc71N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc75N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc79N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc86N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc91N/A
Expandstorminvoice/storminvoice.install1915
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherstorminvoice.install65N/A
There should be no trailing spacesOtherstorminvoice.install78N/A
Separate comments from comment syntax by a space.Otherstorminvoice.install79N/A
Separate comments from comment syntax by a space.Otherstorminvoice.install80N/A
There should be no trailing spacesOtherstorminvoice.install94N/A
There should be no trailing spacesOtherstorminvoice.install96N/A
else statements should begin on a new lineOtherstorminvoice.install97N/A
Separate comments from comment syntax by a space.Otherstorminvoice.install106N/A
There should be no trailing spacesOtherstorminvoice.install110N/A
There should be no trailing spacesOtherstorminvoice.install121N/A
There should be no trailing spacesOtherstorminvoice.install127N/A
There should be no trailing spacesOtherstorminvoice.install135N/A
There should be no trailing spacesOtherstorminvoice.install144N/A
There should be no trailing spacesOtherstorminvoice.install150N/A
There should be no trailing spacesOtherstorminvoice.install152N/A
There should be no trailing spacesOtherstorminvoice.install158N/A
There should be no trailing spacesOtherstorminvoice.install161N/A
There should be no trailing spacesOtherstorminvoice.install165N/A
Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n)Otherstorminvoice.install167N/A
There should be no trailing spacesOtherstorminvoice.install171N/A
Use update_sql() instead of db_query() in hook_update_N()Otherstorminvoice.install173N/A
There should be no trailing spacesOtherstorminvoice.install174N/A
There should be no trailing spacesOtherstorminvoice.install178N/A
There should be no trailing spacesOtherstorminvoice.install181N/A
There should be no trailing spacesOtherstorminvoice.install186N/A
Expandstorminvoice/storminvoice.module60132
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherstorminvoice.module84N/A
There should be no trailing spacesOtherstorminvoice.module92N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.module96N/A
There should be no trailing spacesOtherstorminvoice.module102N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.module104N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.module106N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.module114N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.module115N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.module161N/A
Use "elseif" in place of "else if"Otherstorminvoice.module197N/A
Use "elseif" in place of "else if"Otherstorminvoice.module200N/A
Use "elseif" in place of "else if"Otherstorminvoice.module209N/A
Use "elseif" in place of "else if"Otherstorminvoice.module212N/A
Use "elseif" in place of "else if"Otherstorminvoice.module221N/A
Use "elseif" in place of "else if"Otherstorminvoice.module224N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.module323N/A
There should be no trailing spacesOtherstorminvoice.module344N/A
There should be no trailing spacesOtherstorminvoice.module348N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.module397N/A
There should be no trailing spacesOtherstorminvoice.module451N/A
There should be no trailing spacesOtherstorminvoice.module456N/A
Separate comments from comment syntax by a space.Otherstorminvoice.module459N/A
There should be no trailing spacesOtherstorminvoice.module466N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherstorminvoice.module471N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.module471N/A
There should be no trailing spacesOtherstorminvoice.module476N/A
There should be no trailing spacesOtherstorminvoice.module482N/A
There should be no trailing spacesOtherstorminvoice.module488N/A
There should be no trailing spacesOtherstorminvoice.module489N/A
There should be no trailing spacesOtherstorminvoice.module490N/A
There should be no trailing spacesOtherstorminvoice.module522N/A
There should be no trailing spacesOtherstorminvoice.module529N/A
There should be no trailing spacesOtherstorminvoice.module535N/A
There should be no trailing spacesOtherstorminvoice.module571N/A
There should be no trailing spacesOtherstorminvoice.module576N/A
There should be no trailing spacesOtherstorminvoice.module579N/A
put a space between the asterisk and the comment textOtherstorminvoice.module589N/A
put a space between the asterisk and the comment textOtherstorminvoice.module597N/A
put a space between the asterisk and the comment textOtherstorminvoice.module605N/A
put a space between the asterisk and the comment textOtherstorminvoice.module613N/A
There should be no trailing spacesOtherstorminvoice.module623N/A
There should be no trailing spacesOtherstorminvoice.module627N/A
There should be no trailing spacesOtherstorminvoice.module647N/A
There should be no trailing spacesOtherstorminvoice.module649N/A
There should be no trailing spacesOtherstorminvoice.module651N/A
There should be no trailing spacesOtherstorminvoice.module652N/A
There should be no trailing spacesOtherstorminvoice.module653N/A
There should be no trailing spacesOtherstorminvoice.module657N/A
There should be no trailing spacesOtherstorminvoice.module659N/A
There should be no trailing spacesOtherstorminvoice.module662N/A
There should be no trailing spacesOtherstorminvoice.module674N/A
There should be no trailing spacesOtherstorminvoice.module675N/A
There should be no trailing spacesOtherstorminvoice.module677N/A
There should be no trailing spacesOtherstorminvoice.module678N/A
There should be no trailing spacesOtherstorminvoice.module680N/A
There should be no trailing spacesOtherstorminvoice.module684N/A
There should be no trailing spacesOtherstorminvoice.module696N/A
There should be no trailing spacesOtherstorminvoice.module701N/A
There should be no trailing spacesOtherstorminvoice.module709N/A
Separate comments from comment syntax by a space.Otherstorminvoice.module718N/A
There should be no trailing spacesOtherstorminvoice.module741N/A
There should be no trailing spacesOtherstorminvoice.module744N/A
There should be no trailing spacesOtherstorminvoice.module757N/A
There should be no trailing spacesOtherstorminvoice.module758N/A
There should be no trailing spacesOtherstorminvoice.module780N/A
There should be no trailing spacesOtherstorminvoice.module784N/A
There should be no trailing spacesOtherstorminvoice.module816N/A
There should be no trailing spacesOtherstorminvoice.module823N/A
There should be no trailing spacesOtherstorminvoice.module839N/A
There should be no trailing spacesOtherstorminvoice.module847N/A
There should be no trailing spacesOtherstorminvoice.module854N/A
There should be no trailing spacesOtherstorminvoice.module869N/A
There should be no trailing spacesOtherstorminvoice.module877N/A
Use the matching Drupal theme functions, not raw HTML.Otherstorminvoice.module882N/A
There should be no trailing spacesOtherstorminvoice.module885N/A
Function summaries should be one line only. (Drupal Docs)Otherstorminvoice.module909N/A
Function documentation should be less than 80 characters per line.Otherstorminvoice.module910N/A
If you define a @param or @return, you should document it as well.Otherstorminvoice.module912N/A
There should be no trailing spacesOtherstorminvoice.module920N/A
Function documentation should be less than 80 characters per line.Otherstorminvoice.module925N/A
Function summaries should be one line only. (Drupal Docs)Otherstorminvoice.module925N/A
There should be no trailing spacesOtherstorminvoice.module927N/A
There should be no trailing spacesOtherstorminvoice.module945N/A
There should be no trailing spacesOtherstorminvoice.module960N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.module962N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.module994N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1005N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1008N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1013N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1016N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1020N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1023N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1029N/A
Expandstorminvoice/storminvoice.test101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstorminvoice.test-1N/A
There should be no trailing spacesOtherstorminvoice.test20N/A
Expandstorminvoice/storminvoice.theme.inc29080
MessageGroupFilenameLineFunctionStatus
@file description should be on the following line (Drupal Docs)Otherstorminvoice.theme.inc4N/A
Use "elseif" in place of "else if"Otherstorminvoice.theme.inc40N/A
There should be no trailing spacesOtherstorminvoice.theme.inc77N/A
There should be no trailing spacesOtherstorminvoice.theme.inc114N/A
There should be no trailing spacesOtherstorminvoice.theme.inc137N/A
There should be no trailing spacesOtherstorminvoice.theme.inc182N/A
There should be no trailing spacesOtherstorminvoice.theme.inc183N/A
There should be no trailing spacesOtherstorminvoice.theme.inc186N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc194N/A
There should be no trailing spacesOtherstorminvoice.theme.inc197N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc207N/A
There should be no trailing spacesOtherstorminvoice.theme.inc222N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc256N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc285N/A
There should be no trailing spacesOtherstorminvoice.theme.inc293N/A
Use "elseif" in place of "else if"Otherstorminvoice.theme.inc298N/A
There should be no trailing spacesOtherstorminvoice.theme.inc307N/A
Separate comments from comment syntax by a space.Otherstorminvoice.theme.inc315N/A
There should be no trailing spacesOtherstorminvoice.theme.inc318N/A
Separate comments from comment syntax by a space.Otherstorminvoice.theme.inc322N/A
There should be no trailing spacesOtherstorminvoice.theme.inc325N/A
Separate comments from comment syntax by a space.Otherstorminvoice.theme.inc329N/A
There should be no trailing spacesOtherstorminvoice.theme.inc332N/A
Separate comments from comment syntax by a space.Otherstorminvoice.theme.inc335N/A
There should be no trailing spacesOtherstorminvoice.theme.inc337N/A
There should be no trailing spacesOtherstorminvoice.theme.inc355N/A
There should be no trailing spacesOtherstorminvoice.theme.inc371N/A
There should be no trailing spacesOtherstorminvoice.theme.inc378N/A
There should be no trailing spacesOtherstorminvoice.theme.inc400N/A
There should be no trailing spacesOtherstorminvoice.theme.inc409N/A
There should be no trailing spacesOtherstorminvoice.theme.inc416N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc428N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc442N/A
There should be no trailing spacesOtherstorminvoice.theme.inc443N/A
Use "elseif" in place of "else if"Otherstorminvoice.theme.inc445N/A
There should be no trailing spacesOtherstorminvoice.theme.inc446N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc454N/A
There should be no trailing spacesOtherstorminvoice.theme.inc458N/A
Use "elseif" in place of "else if"Otherstorminvoice.theme.inc472N/A
There should be no trailing spacesOtherstorminvoice.theme.inc490N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.theme.inc490N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc500N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc508N/A
missing space after commaOtherstorminvoice.theme.inc508N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc508N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.theme.inc508N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc510N/A
missing space after commaOtherstorminvoice.theme.inc510N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc510N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.theme.inc510N/A
missing space after commaOtherstorminvoice.theme.inc514N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc521N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc521N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.theme.inc521N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.theme.inc529N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc534N/A
missing space after commaOtherstorminvoice.theme.inc534N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc534N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc535N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc537N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc537N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc543N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc543N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc557N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc557N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc559N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc559N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc567N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc567N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc582N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc582N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc588N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc588N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc596N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc600N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc605N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc611N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc616N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc627N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc630N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc631N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc633N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc636N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc638N/A
missing space after commaOtherstorminvoice.theme.inc645N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc645N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc651N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.theme.inc651N/A
missing space after commaOtherstorminvoice.theme.inc653N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc653N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.theme.inc653N/A
missing space after commaOtherstorminvoice.theme.inc659N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherstorminvoice.theme.inc662N/A
Separate comments from comment syntax by a space.Otherstorminvoice.theme.inc664N/A
Use "elseif" in place of "else if"Otherstorminvoice.theme.inc668N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc669N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc670N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc672N/A
Use "elseif" in place of "else if"Otherstorminvoice.theme.inc688N/A
Use the matching Drupal theme functions, not raw HTML.Otherstorminvoice.theme.inc708N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.theme.inc723N/A
Use the matching Drupal theme functions, not raw HTML.Otherstorminvoice.theme.inc730N/A
There should be no trailing spacesOtherstorminvoice.theme.inc793N/A
There should be no trailing spacesOtherstorminvoice.theme.inc867N/A
Use the matching Drupal theme functions, not raw HTML.Otherstorminvoice.theme.inc895N/A
There should be no trailing spacesOtherstorminvoice.theme.inc917N/A
If you define a @param or @return, you should document it as well.Otherstorminvoice.theme.inc918N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Otherstorminvoice.theme.inc927N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Otherstorminvoice.theme.inc928N/A
Expandstorminvoice/storminvoice.views.inc1506
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstorminvoice.views.inc-1N/A
There should be no trailing spacesOtherstorminvoice.views.inc12N/A
There should be no trailing spacesOtherstorminvoice.views.inc46N/A
There should be no trailing spacesOtherstorminvoice.views.inc57N/A
There should be no trailing spacesOtherstorminvoice.views.inc85N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.views.inc104N/A
There should be no trailing spacesOtherstorminvoice.views.inc117N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.views.inc119N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.views.inc134N/A
There should be no trailing spacesOtherstorminvoice.views.inc147N/A
There should be no trailing spacesOtherstorminvoice.views.inc164N/A
There should be no trailing spacesOtherstorminvoice.views.inc198N/A
There should be no trailing spacesOtherstorminvoice.views.inc215N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.views.inc217N/A
There should be no trailing spacesOtherstorminvoice.views.inc232N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.views.inc234N/A
There should be no trailing spacesOtherstorminvoice.views.inc258N/A
There should be no trailing spacesOtherstorminvoice.views.inc286N/A
There should be no trailing spacesOtherstorminvoice.views.inc303N/A
There should be no trailing spacesOtherstorminvoice.views.inc371N/A
There should be no trailing spacesOtherstorminvoice.views.inc388N/A
Expandstorminvoice/storminvoice_report_html.tpl.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstorminvoice_report_html.tpl.php-1N/A
Leafstormknowledgebase/stormknowledgebase.admin.inc103
Leafstormknowledgebase/stormknowledgebase.module004
Leafstormknowledgebase/stormknowledgebase.test301
Leafstormknowledgebase/stormknowledgebase.theme.inc301
Leafstormknowledgebase/stormknowledgebase.views.inc202
Leafstormnote/stormnote.module208
Leafstormnote/stormnote.test001
Leafstormnote/stormnote.views.inc802
Leafstormorganization/stormorganization.admin.inc304
Leafstormorganization/stormorganization.install001
Leafstormorganization/stormorganization.module7020
Leafstormorganization/stormorganization.test101
Leafstormorganization/stormorganization.theme.inc701
Leafstormorganization/stormorganization.views.inc1705
Leafstormperson/stormperson.module1017
Leafstormperson/stormperson.test101
Leafstormperson/stormperson.theme.inc502
Leafstormperson/stormperson.views.inc1002
Leafstormproject/stormproject.install102
Leafstormproject/stormproject.module54059
Leafstormproject/stormproject.test101
Leafstormproject/stormproject.views.inc2409
Leafstormproject/stormproject.views_default.inc001
Leafstormtask/stormtask.admin.inc29069
Expandstormtask/stormtask.install202
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Otherstormtask.install71N/A
Function summaries should be one line only. (Drupal Docs)Otherstormtask.install81N/A
indent secondary line of comment one space Otherstormtask.install82N/A
There should be no trailing spacesOtherstormtask.install104N/A
Expandstormtask/stormtask.module47045
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherstormtask.module68N/A
Use "elseif" in place of "else if"Otherstormtask.module69N/A
Use "elseif" in place of "else if"Otherstormtask.module72N/A
There should be no trailing spacesOtherstormtask.module74N/A
Use "elseif" in place of "else if"Otherstormtask.module75N/A
There should be no trailing spacesOtherstormtask.module77N/A
Use "elseif" in place of "else if"Otherstormtask.module78N/A
There should be no trailing spacesOtherstormtask.module80N/A
Use "elseif" in place of "else if"Otherstormtask.module81N/A
Use "elseif" in place of "else if"Otherstormtask.module90N/A
Use "elseif" in place of "else if"Otherstormtask.module93N/A
Use "elseif" in place of "else if"Otherstormtask.module96N/A
Use "elseif" in place of "else if"Otherstormtask.module99N/A
Use "elseif" in place of "else if"Otherstormtask.module102N/A
Use "elseif" in place of "else if"Otherstormtask.module111N/A
Use "elseif" in place of "else if"Otherstormtask.module114N/A
There should be no trailing spacesOtherstormtask.module116N/A
Use "elseif" in place of "else if"Otherstormtask.module117N/A
There should be no trailing spacesOtherstormtask.module119N/A
Use "elseif" in place of "else if"Otherstormtask.module120N/A
There should be no trailing spacesOtherstormtask.module122N/A
Use "elseif" in place of "else if"Otherstormtask.module123N/A
There should be no trailing spacesOtherstormtask.module149N/A
There should be no trailing spacesOtherstormtask.module159N/A
There should be no trailing spacesOtherstormtask.module200N/A
There should be no trailing spacesOtherstormtask.module210N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.module252N/A
There should be no trailing spacesOtherstormtask.module259N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.module261N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.module262N/A
There should be no trailing spacesOtherstormtask.module274N/A
Separate comments from comment syntax by a space.Otherstormtask.module287N/A
put a space between the asterisk and the comment textOtherstormtask.module290N/A
missing space after commaOtherstormtask.module303N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.module305N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.module306N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.module307N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstormtask.module352N/A
use a space between the closing parenthesis and the open bracketOtherstormtask.module353N/A
Use an indent of 2 spaces, with no tabsOtherstormtask.module354N/A
There should be no trailing spacesOtherstormtask.module429N/A
There should be no trailing spacesOtherstormtask.module431N/A
There should be no trailing spacesOtherstormtask.module435N/A
There should be no trailing spacesOtherstormtask.module463N/A
There should be no trailing spacesOtherstormtask.module470N/A
There should be no trailing spacesOtherstormtask.module477N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstormtask.module504N/A
There should be no trailing spacesOtherstormtask.module507N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstormtask.module524N/A
There should be no trailing spacesOtherstormtask.module527N/A
There should be no trailing spacesOtherstormtask.module532N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstormtask.module604N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstormtask.module611N/A
There should be no trailing spacesOtherstormtask.module658N/A
There should be no trailing spacesOtherstormtask.module664N/A
There should be no trailing spacesOtherstormtask.module686N/A
There should be no trailing spacesOtherstormtask.module738N/A
Leafstormtask/stormtask.test001
Expandstormtask/stormtask.views.inc13010
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstormtask.views.inc-1N/A
There should be no trailing spacesOtherstormtask.views.inc11N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc13N/A
There should be no trailing spacesOtherstormtask.views.inc28N/A
There should be no trailing spacesOtherstormtask.views.inc39N/A
There should be no trailing spacesOtherstormtask.views.inc56N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc86N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc165N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc216N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc231N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc246N/A
There should be no trailing spacesOtherstormtask.views.inc278N/A
There should be no trailing spacesOtherstormtask.views.inc289N/A
There should be no trailing spacesOtherstormtask.views.inc306N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc308N/A
There should be no trailing spacesOtherstormtask.views.inc320N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc322N/A
Function summaries should be one line only. (Drupal Docs)Otherstormtask.views.inc355N/A
There should be no trailing spacesOtherstormtask.views.inc357N/A
There should be no trailing spacesOtherstormtask.views.inc358N/A
There should be no trailing spacesOtherstormtask.views.inc366N/A
There should be no trailing spacesOtherstormtask.views.inc368N/A
There should be no trailing spacesOtherstormtask.views.inc369N/A
Leafstormteam/stormteam.install1101
Leafstormteam/stormteam.module66033
Leafstormteam/stormteam.test001
Leafstormteam/stormteam.views.inc202
Leafstormteam/stormteam_handler_field_teammembers.inc302
Expandstormticket/stormticket.admin.inc1402
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherstormticket.admin.inc8N/A
There should be no trailing spacesOtherstormticket.admin.inc10N/A
There should be no trailing spacesOtherstormticket.admin.inc42N/A
There should be no trailing spacesOtherstormticket.admin.inc86N/A
missing space after commaOtherstormticket.admin.inc128N/A
missing space after commaOtherstormticket.admin.inc144N/A
There should be no trailing spacesOtherstormticket.admin.inc198N/A
There should be no trailing spacesOtherstormticket.admin.inc202N/A
There should be no trailing spacesOtherstormticket.admin.inc206N/A
There should be no trailing spacesOtherstormticket.admin.inc208N/A
There should be no trailing spacesOtherstormticket.admin.inc213N/A
There should be no trailing spacesOtherstormticket.admin.inc217N/A
There should be no trailing spacesOtherstormticket.admin.inc298N/A
There should be no trailing spacesOtherstormticket.admin.inc432N/A
There should be no trailing spacesOtherstormticket.admin.inc437N/A
There should be no trailing spacesOtherstormticket.admin.inc446N/A
Expandstormticket/stormticket.install202
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Otherstormticket.install72N/A
Function summaries should be one line only. (Drupal Docs)Otherstormticket.install82N/A
indent secondary line of comment one space Otherstormticket.install83N/A
There should be no trailing spacesOtherstormticket.install105N/A
Expandstormticket/stormticket.module51031
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherstormticket.module73N/A
Use "elseif" in place of "else if"Otherstormticket.module76N/A
There should be no trailing spacesOtherstormticket.module78N/A
Use "elseif" in place of "else if"Otherstormticket.module79N/A
There should be no trailing spacesOtherstormticket.module81N/A
Use "elseif" in place of "else if"Otherstormticket.module82N/A
There should be no trailing spacesOtherstormticket.module84N/A
Use an indent of 2 spaces, with no tabsOtherstormticket.module85N/A
Use "elseif" in place of "else if"Otherstormticket.module85N/A
Use "elseif" in place of "else if"Otherstormticket.module94N/A
Use "elseif" in place of "else if"Otherstormticket.module97N/A
There should be no trailing spacesOtherstormticket.module99N/A
Use "elseif" in place of "else if"Otherstormticket.module100N/A
There should be no trailing spacesOtherstormticket.module102N/A
Use "elseif" in place of "else if"Otherstormticket.module103N/A
There should be no trailing spacesOtherstormticket.module105N/A
Use "elseif" in place of "else if"Otherstormticket.module106N/A
Use "elseif" in place of "else if"Otherstormticket.module115N/A
Use "elseif" in place of "else if"Otherstormticket.module118N/A
There should be no trailing spacesOtherstormticket.module120N/A
Use "elseif" in place of "else if"Otherstormticket.module121N/A
There should be no trailing spacesOtherstormticket.module123N/A
Use "elseif" in place of "else if"Otherstormticket.module124N/A
There should be no trailing spacesOtherstormticket.module126N/A
Use "elseif" in place of "else if"Otherstormticket.module127N/A
There should be no trailing spacesOtherstormticket.module146N/A
There should be no trailing spacesOtherstormticket.module153N/A
There should be no trailing spacesOtherstormticket.module163N/A
There should be no trailing spacesOtherstormticket.module204N/A
There should be no trailing spacesOtherstormticket.module214N/A
There should be no trailing spacesOtherstormticket.module229N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.module232N/A
There should be no trailing spacesOtherstormticket.module239N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.module250N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.module251N/A
There should be no trailing spacesOtherstormticket.module257N/A
There should be no trailing spacesOtherstormticket.module374N/A
There should be no trailing spacesOtherstormticket.module381N/A
There should be no trailing spacesOtherstormticket.module413N/A
There should be no trailing spacesOtherstormticket.module440N/A
There should be no trailing spacesOtherstormticket.module445N/A
There should be no trailing spacesOtherstormticket.module548N/A
There should be no trailing spacesOtherstormticket.module554N/A
There should be no trailing spacesOtherstormticket.module556N/A
There should be no trailing spacesOtherstormticket.module576N/A
There should be no trailing spacesOtherstormticket.module599N/A
There should be no trailing spacesOtherstormticket.module602N/A
There should be no trailing spacesOtherstormticket.module603N/A
There should be no trailing spacesOtherstormticket.module633N/A
There should be no trailing spacesOtherstormticket.module637N/A
There should be no trailing spacesOtherstormticket.module646N/A
There should be no trailing spacesOtherstormticket.module647N/A
There should be no trailing spacesOtherstormticket.module650N/A
There should be no trailing spacesOtherstormticket.module651N/A
There should be no trailing spacesOtherstormticket.module652N/A
There should be no trailing spacesOtherstormticket.module680N/A
There should be no trailing spacesOtherstormticket.module683N/A
There should be no trailing spacesOtherstormticket.module687N/A
There should be no trailing spacesOtherstormticket.module751N/A
else statements should begin on a new lineOtherstormticket.module760N/A
else statements should begin on a new lineOtherstormticket.module763N/A
else statements should begin on a new lineOtherstormticket.module766N/A
There should be no trailing spacesOtherstormticket.module768N/A
There should be no trailing spacesOtherstormticket.module770N/A
There should be no trailing spacesOtherstormticket.module772N/A
Separate comments from comment syntax by a space.Otherstormticket.module773N/A
Separate comments from comment syntax by a space.Otherstormticket.module781N/A
Separate comments from comment syntax by a space.Otherstormticket.module786N/A
Separate comments from comment syntax by a space.Otherstormticket.module787N/A
Separate comments from comment syntax by a space.Otherstormticket.module788N/A
Separate comments from comment syntax by a space.Otherstormticket.module789N/A
Separate comments from comment syntax by a space.Otherstormticket.module790N/A
There should be no trailing spacesOtherstormticket.module793N/A
else statements should begin on a new lineOtherstormticket.module796N/A
There should be no trailing spacesOtherstormticket.module801N/A
There should be no trailing spacesOtherstormticket.module803N/A
There should be no trailing spacesOtherstormticket.module805N/A
Separate comments from comment syntax by a space.Otherstormticket.module812N/A
Separate comments from comment syntax by a space.Otherstormticket.module813N/A
There should be no trailing spacesOtherstormticket.module816N/A
There should be no trailing spacesOtherstormticket.module820N/A
There should be no trailing spacesOtherstormticket.module823N/A
Expandstormticket/stormticket.test001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstormticket.test-1N/A
Expandstormticket/stormticket.views.inc006
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstormticket.views.inc-1N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.views.inc148N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.views.inc163N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.views.inc178N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.views.inc237N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.views.inc251N/A
Expandstormticket/stormticket.views_default.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstormticket.views_default.inc-1N/A
Leafstormtimetracking/stormtimetracking.module27024
Leafstormtimetracking/stormtimetracking.test001
Leafstormtimetracking/stormtimetracking.views.inc1706

All

Test nameMinorCriticalNormal
Leafstorm.install300
Leafstorm.module33029
Leafstorm.test100
Leafstorm.theme.inc503
Leafstormattribute/stormattribute.admin.inc16151
Leafstormattribute/stormattribute.install100150
Leafstormattribute/stormattribute.module605
Leafstormattribute/stormattribute.theme.inc105
Leafstormattribute/stormattribute_handler_field_attributes_domain.inc001
Leafstormattribute/stormattribute_handler_filter_attributes_domain.inc001
Leafstormexpense/stormexpense.admin.inc100
Leafstormexpense/stormexpense.install000
Leafstormexpense/stormexpense.module32016
Leafstormexpense/stormexpense.test001
Leafstormexpense/stormexpense.theme.inc502
Leafstormexpense/stormexpense.views.inc1002
Expandstorminvoice/storminvoice.admin.inc4117
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc95N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc101N/A
There should be no trailing spacesOtherstorminvoice.admin.inc125N/A
Use "elseif" in place of "else if"Otherstorminvoice.admin.inc131N/A
There should be no trailing spacesOtherstorminvoice.admin.inc134N/A
There should be no trailing spacesOtherstorminvoice.admin.inc142N/A
There should be no trailing spacesOtherstorminvoice.admin.inc144N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.admin.inc353N/A
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Otherstorminvoice.admin.inc372N/A
Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.)Otherstorminvoice.admin.inc377N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc385N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc392N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc399N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc422N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc428N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc430N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.admin.inc443N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.admin.inc460N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.admin.inc461N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.admin.inc474N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherstorminvoice.admin.inc494N/A
use a space between the closing parenthesis and the open bracketOtherstorminvoice.admin.inc507N/A
Expandstorminvoice/storminvoice.auto_add.inc1025
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherstorminvoice.auto_add.inc8N/A
Separate comments from comment syntax by a space.Otherstorminvoice.auto_add.inc31N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.auto_add.inc34N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherstorminvoice.auto_add.inc35N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherstorminvoice.auto_add.inc35N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherstorminvoice.auto_add.inc38N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs)Otherstorminvoice.auto_add.inc38N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc49N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc56N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc60N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc64N/A
Use "elseif" in place of "else if"Otherstorminvoice.auto_add.inc68N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc71N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc75N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc79N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc86N/A
There should be no trailing spacesOtherstorminvoice.auto_add.inc91N/A
Expandstorminvoice/storminvoice.install1915
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherstorminvoice.install65N/A
There should be no trailing spacesOtherstorminvoice.install78N/A
Separate comments from comment syntax by a space.Otherstorminvoice.install79N/A
Separate comments from comment syntax by a space.Otherstorminvoice.install80N/A
There should be no trailing spacesOtherstorminvoice.install94N/A
There should be no trailing spacesOtherstorminvoice.install96N/A
else statements should begin on a new lineOtherstorminvoice.install97N/A
Separate comments from comment syntax by a space.Otherstorminvoice.install106N/A
There should be no trailing spacesOtherstorminvoice.install110N/A
There should be no trailing spacesOtherstorminvoice.install121N/A
There should be no trailing spacesOtherstorminvoice.install127N/A
There should be no trailing spacesOtherstorminvoice.install135N/A
There should be no trailing spacesOtherstorminvoice.install144N/A
There should be no trailing spacesOtherstorminvoice.install150N/A
There should be no trailing spacesOtherstorminvoice.install152N/A
There should be no trailing spacesOtherstorminvoice.install158N/A
There should be no trailing spacesOtherstorminvoice.install161N/A
There should be no trailing spacesOtherstorminvoice.install165N/A
Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n)Otherstorminvoice.install167N/A
There should be no trailing spacesOtherstorminvoice.install171N/A
Use update_sql() instead of db_query() in hook_update_N()Otherstorminvoice.install173N/A
There should be no trailing spacesOtherstorminvoice.install174N/A
There should be no trailing spacesOtherstorminvoice.install178N/A
There should be no trailing spacesOtherstorminvoice.install181N/A
There should be no trailing spacesOtherstorminvoice.install186N/A
Expandstorminvoice/storminvoice.module60132
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherstorminvoice.module84N/A
There should be no trailing spacesOtherstorminvoice.module92N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.module96N/A
There should be no trailing spacesOtherstorminvoice.module102N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.module104N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.module106N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.module114N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.module115N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.module161N/A
Use "elseif" in place of "else if"Otherstorminvoice.module197N/A
Use "elseif" in place of "else if"Otherstorminvoice.module200N/A
Use "elseif" in place of "else if"Otherstorminvoice.module209N/A
Use "elseif" in place of "else if"Otherstorminvoice.module212N/A
Use "elseif" in place of "else if"Otherstorminvoice.module221N/A
Use "elseif" in place of "else if"Otherstorminvoice.module224N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.module323N/A
There should be no trailing spacesOtherstorminvoice.module344N/A
There should be no trailing spacesOtherstorminvoice.module348N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.module397N/A
There should be no trailing spacesOtherstorminvoice.module451N/A
There should be no trailing spacesOtherstorminvoice.module456N/A
Separate comments from comment syntax by a space.Otherstorminvoice.module459N/A
There should be no trailing spacesOtherstorminvoice.module466N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherstorminvoice.module471N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.module471N/A
There should be no trailing spacesOtherstorminvoice.module476N/A
There should be no trailing spacesOtherstorminvoice.module482N/A
There should be no trailing spacesOtherstorminvoice.module488N/A
There should be no trailing spacesOtherstorminvoice.module489N/A
There should be no trailing spacesOtherstorminvoice.module490N/A
There should be no trailing spacesOtherstorminvoice.module522N/A
There should be no trailing spacesOtherstorminvoice.module529N/A
There should be no trailing spacesOtherstorminvoice.module535N/A
There should be no trailing spacesOtherstorminvoice.module571N/A
There should be no trailing spacesOtherstorminvoice.module576N/A
There should be no trailing spacesOtherstorminvoice.module579N/A
put a space between the asterisk and the comment textOtherstorminvoice.module589N/A
put a space between the asterisk and the comment textOtherstorminvoice.module597N/A
put a space between the asterisk and the comment textOtherstorminvoice.module605N/A
put a space between the asterisk and the comment textOtherstorminvoice.module613N/A
There should be no trailing spacesOtherstorminvoice.module623N/A
There should be no trailing spacesOtherstorminvoice.module627N/A
There should be no trailing spacesOtherstorminvoice.module647N/A
There should be no trailing spacesOtherstorminvoice.module649N/A
There should be no trailing spacesOtherstorminvoice.module651N/A
There should be no trailing spacesOtherstorminvoice.module652N/A
There should be no trailing spacesOtherstorminvoice.module653N/A
There should be no trailing spacesOtherstorminvoice.module657N/A
There should be no trailing spacesOtherstorminvoice.module659N/A
There should be no trailing spacesOtherstorminvoice.module662N/A
There should be no trailing spacesOtherstorminvoice.module674N/A
There should be no trailing spacesOtherstorminvoice.module675N/A
There should be no trailing spacesOtherstorminvoice.module677N/A
There should be no trailing spacesOtherstorminvoice.module678N/A
There should be no trailing spacesOtherstorminvoice.module680N/A
There should be no trailing spacesOtherstorminvoice.module684N/A
There should be no trailing spacesOtherstorminvoice.module696N/A
There should be no trailing spacesOtherstorminvoice.module701N/A
There should be no trailing spacesOtherstorminvoice.module709N/A
Separate comments from comment syntax by a space.Otherstorminvoice.module718N/A
There should be no trailing spacesOtherstorminvoice.module741N/A
There should be no trailing spacesOtherstorminvoice.module744N/A
There should be no trailing spacesOtherstorminvoice.module757N/A
There should be no trailing spacesOtherstorminvoice.module758N/A
There should be no trailing spacesOtherstorminvoice.module780N/A
There should be no trailing spacesOtherstorminvoice.module784N/A
There should be no trailing spacesOtherstorminvoice.module816N/A
There should be no trailing spacesOtherstorminvoice.module823N/A
There should be no trailing spacesOtherstorminvoice.module839N/A
There should be no trailing spacesOtherstorminvoice.module847N/A
There should be no trailing spacesOtherstorminvoice.module854N/A
There should be no trailing spacesOtherstorminvoice.module869N/A
There should be no trailing spacesOtherstorminvoice.module877N/A
Use the matching Drupal theme functions, not raw HTML.Otherstorminvoice.module882N/A
There should be no trailing spacesOtherstorminvoice.module885N/A
Function summaries should be one line only. (Drupal Docs)Otherstorminvoice.module909N/A
Function documentation should be less than 80 characters per line.Otherstorminvoice.module910N/A
If you define a @param or @return, you should document it as well.Otherstorminvoice.module912N/A
There should be no trailing spacesOtherstorminvoice.module920N/A
Function documentation should be less than 80 characters per line.Otherstorminvoice.module925N/A
Function summaries should be one line only. (Drupal Docs)Otherstorminvoice.module925N/A
There should be no trailing spacesOtherstorminvoice.module927N/A
There should be no trailing spacesOtherstorminvoice.module945N/A
There should be no trailing spacesOtherstorminvoice.module960N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.module962N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.module994N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1005N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1008N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1013N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1016N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1020N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1023N/A
Use Drupal's format_date(), not PHP's default date().Otherstorminvoice.module1029N/A
Expandstorminvoice/storminvoice.test101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstorminvoice.test-1N/A
There should be no trailing spacesOtherstorminvoice.test20N/A
Expandstorminvoice/storminvoice.theme.inc29080
MessageGroupFilenameLineFunctionStatus
@file description should be on the following line (Drupal Docs)Otherstorminvoice.theme.inc4N/A
Use "elseif" in place of "else if"Otherstorminvoice.theme.inc40N/A
There should be no trailing spacesOtherstorminvoice.theme.inc77N/A
There should be no trailing spacesOtherstorminvoice.theme.inc114N/A
There should be no trailing spacesOtherstorminvoice.theme.inc137N/A
There should be no trailing spacesOtherstorminvoice.theme.inc182N/A
There should be no trailing spacesOtherstorminvoice.theme.inc183N/A
There should be no trailing spacesOtherstorminvoice.theme.inc186N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc194N/A
There should be no trailing spacesOtherstorminvoice.theme.inc197N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc207N/A
There should be no trailing spacesOtherstorminvoice.theme.inc222N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc256N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc285N/A
There should be no trailing spacesOtherstorminvoice.theme.inc293N/A
Use "elseif" in place of "else if"Otherstorminvoice.theme.inc298N/A
There should be no trailing spacesOtherstorminvoice.theme.inc307N/A
Separate comments from comment syntax by a space.Otherstorminvoice.theme.inc315N/A
There should be no trailing spacesOtherstorminvoice.theme.inc318N/A
Separate comments from comment syntax by a space.Otherstorminvoice.theme.inc322N/A
There should be no trailing spacesOtherstorminvoice.theme.inc325N/A
Separate comments from comment syntax by a space.Otherstorminvoice.theme.inc329N/A
There should be no trailing spacesOtherstorminvoice.theme.inc332N/A
Separate comments from comment syntax by a space.Otherstorminvoice.theme.inc335N/A
There should be no trailing spacesOtherstorminvoice.theme.inc337N/A
There should be no trailing spacesOtherstorminvoice.theme.inc355N/A
There should be no trailing spacesOtherstorminvoice.theme.inc371N/A
There should be no trailing spacesOtherstorminvoice.theme.inc378N/A
There should be no trailing spacesOtherstorminvoice.theme.inc400N/A
There should be no trailing spacesOtherstorminvoice.theme.inc409N/A
There should be no trailing spacesOtherstorminvoice.theme.inc416N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc428N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc442N/A
There should be no trailing spacesOtherstorminvoice.theme.inc443N/A
Use "elseif" in place of "else if"Otherstorminvoice.theme.inc445N/A
There should be no trailing spacesOtherstorminvoice.theme.inc446N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc454N/A
There should be no trailing spacesOtherstorminvoice.theme.inc458N/A
Use "elseif" in place of "else if"Otherstorminvoice.theme.inc472N/A
There should be no trailing spacesOtherstorminvoice.theme.inc490N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.theme.inc490N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc500N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc508N/A
missing space after commaOtherstorminvoice.theme.inc508N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc508N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.theme.inc508N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc510N/A
missing space after commaOtherstorminvoice.theme.inc510N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc510N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.theme.inc510N/A
missing space after commaOtherstorminvoice.theme.inc514N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc521N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc521N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.theme.inc521N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.theme.inc529N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc534N/A
missing space after commaOtherstorminvoice.theme.inc534N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc534N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc535N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc537N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc537N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc543N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc543N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc557N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc557N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc559N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc559N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc567N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc567N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc582N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc582N/A
Control statements should have one space between the control keyword and opening parenthesisOtherstorminvoice.theme.inc588N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc588N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc596N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc600N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc605N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc611N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc616N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc627N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc630N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc631N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc633N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc636N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc638N/A
missing space after commaOtherstorminvoice.theme.inc645N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc645N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc651N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.theme.inc651N/A
missing space after commaOtherstorminvoice.theme.inc653N/A
do not use mixed case (camelCase), use lower case and _Otherstorminvoice.theme.inc653N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstorminvoice.theme.inc653N/A
missing space after commaOtherstorminvoice.theme.inc659N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherstorminvoice.theme.inc662N/A
Separate comments from comment syntax by a space.Otherstorminvoice.theme.inc664N/A
Use "elseif" in place of "else if"Otherstorminvoice.theme.inc668N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc669N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc670N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstorminvoice.theme.inc672N/A
Use "elseif" in place of "else if"Otherstorminvoice.theme.inc688N/A
Use the matching Drupal theme functions, not raw HTML.Otherstorminvoice.theme.inc708N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.theme.inc723N/A
Use the matching Drupal theme functions, not raw HTML.Otherstorminvoice.theme.inc730N/A
There should be no trailing spacesOtherstorminvoice.theme.inc793N/A
There should be no trailing spacesOtherstorminvoice.theme.inc867N/A
Use the matching Drupal theme functions, not raw HTML.Otherstorminvoice.theme.inc895N/A
There should be no trailing spacesOtherstorminvoice.theme.inc917N/A
If you define a @param or @return, you should document it as well.Otherstorminvoice.theme.inc918N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Otherstorminvoice.theme.inc927N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Otherstorminvoice.theme.inc928N/A
Expandstorminvoice/storminvoice.views.inc1506
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstorminvoice.views.inc-1N/A
There should be no trailing spacesOtherstorminvoice.views.inc12N/A
There should be no trailing spacesOtherstorminvoice.views.inc46N/A
There should be no trailing spacesOtherstorminvoice.views.inc57N/A
There should be no trailing spacesOtherstorminvoice.views.inc85N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.views.inc104N/A
There should be no trailing spacesOtherstorminvoice.views.inc117N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.views.inc119N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.views.inc134N/A
There should be no trailing spacesOtherstorminvoice.views.inc147N/A
There should be no trailing spacesOtherstorminvoice.views.inc164N/A
There should be no trailing spacesOtherstorminvoice.views.inc198N/A
There should be no trailing spacesOtherstorminvoice.views.inc215N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.views.inc217N/A
There should be no trailing spacesOtherstorminvoice.views.inc232N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstorminvoice.views.inc234N/A
There should be no trailing spacesOtherstorminvoice.views.inc258N/A
There should be no trailing spacesOtherstorminvoice.views.inc286N/A
There should be no trailing spacesOtherstorminvoice.views.inc303N/A
There should be no trailing spacesOtherstorminvoice.views.inc371N/A
There should be no trailing spacesOtherstorminvoice.views.inc388N/A
Expandstorminvoice/storminvoice_report_html.tpl.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstorminvoice_report_html.tpl.php-1N/A
Leafstormknowledgebase/stormknowledgebase.admin.inc103
Leafstormknowledgebase/stormknowledgebase.install000
Leafstormknowledgebase/stormknowledgebase.module004
Leafstormknowledgebase/stormknowledgebase.test301
Leafstormknowledgebase/stormknowledgebase.theme.inc301
Leafstormknowledgebase/stormknowledgebase.views.inc202
Leafstormnote/stormnote.admin.inc200
Leafstormnote/stormnote.install200
Leafstormnote/stormnote.module208
Leafstormnote/stormnote.test001
Leafstormnote/stormnote.theme.inc400
Leafstormnote/stormnote.views.inc802
Leafstormorganization/stormorganization.admin.inc304
Leafstormorganization/stormorganization.install001
Leafstormorganization/stormorganization.module7020
Leafstormorganization/stormorganization.test101
Leafstormorganization/stormorganization.theme.inc701
Leafstormorganization/stormorganization.views.inc1705
Leafstormperson/stormperson.admin.inc300
Leafstormperson/stormperson.install000
Leafstormperson/stormperson.module1017
Leafstormperson/stormperson.test101
Leafstormperson/stormperson.theme.inc502
Leafstormperson/stormperson.views.inc1002
Leafstormproject/stormproject.admin.inc1200
Leafstormproject/stormproject.install102
Leafstormproject/stormproject.module54059
Leafstormproject/stormproject.test101
Leafstormproject/stormproject.theme.inc500
Leafstormproject/stormproject.views.inc2409
Leafstormproject/stormproject.views_default.inc001
Leafstormtask/stormtask.admin.inc29069
Expandstormtask/stormtask.install202
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Otherstormtask.install71N/A
Function summaries should be one line only. (Drupal Docs)Otherstormtask.install81N/A
indent secondary line of comment one space Otherstormtask.install82N/A
There should be no trailing spacesOtherstormtask.install104N/A
Expandstormtask/stormtask.module47045
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherstormtask.module68N/A
Use "elseif" in place of "else if"Otherstormtask.module69N/A
Use "elseif" in place of "else if"Otherstormtask.module72N/A
There should be no trailing spacesOtherstormtask.module74N/A
Use "elseif" in place of "else if"Otherstormtask.module75N/A
There should be no trailing spacesOtherstormtask.module77N/A
Use "elseif" in place of "else if"Otherstormtask.module78N/A
There should be no trailing spacesOtherstormtask.module80N/A
Use "elseif" in place of "else if"Otherstormtask.module81N/A
Use "elseif" in place of "else if"Otherstormtask.module90N/A
Use "elseif" in place of "else if"Otherstormtask.module93N/A
Use "elseif" in place of "else if"Otherstormtask.module96N/A
Use "elseif" in place of "else if"Otherstormtask.module99N/A
Use "elseif" in place of "else if"Otherstormtask.module102N/A
Use "elseif" in place of "else if"Otherstormtask.module111N/A
Use "elseif" in place of "else if"Otherstormtask.module114N/A
There should be no trailing spacesOtherstormtask.module116N/A
Use "elseif" in place of "else if"Otherstormtask.module117N/A
There should be no trailing spacesOtherstormtask.module119N/A
Use "elseif" in place of "else if"Otherstormtask.module120N/A
There should be no trailing spacesOtherstormtask.module122N/A
Use "elseif" in place of "else if"Otherstormtask.module123N/A
There should be no trailing spacesOtherstormtask.module149N/A
There should be no trailing spacesOtherstormtask.module159N/A
There should be no trailing spacesOtherstormtask.module200N/A
There should be no trailing spacesOtherstormtask.module210N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.module252N/A
There should be no trailing spacesOtherstormtask.module259N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.module261N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.module262N/A
There should be no trailing spacesOtherstormtask.module274N/A
Separate comments from comment syntax by a space.Otherstormtask.module287N/A
put a space between the asterisk and the comment textOtherstormtask.module290N/A
missing space after commaOtherstormtask.module303N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.module305N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.module306N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.module307N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherstormtask.module352N/A
use a space between the closing parenthesis and the open bracketOtherstormtask.module353N/A
Use an indent of 2 spaces, with no tabsOtherstormtask.module354N/A
There should be no trailing spacesOtherstormtask.module429N/A
There should be no trailing spacesOtherstormtask.module431N/A
There should be no trailing spacesOtherstormtask.module435N/A
There should be no trailing spacesOtherstormtask.module463N/A
There should be no trailing spacesOtherstormtask.module470N/A
There should be no trailing spacesOtherstormtask.module477N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstormtask.module504N/A
There should be no trailing spacesOtherstormtask.module507N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstormtask.module524N/A
There should be no trailing spacesOtherstormtask.module527N/A
There should be no trailing spacesOtherstormtask.module532N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstormtask.module604N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherstormtask.module611N/A
There should be no trailing spacesOtherstormtask.module658N/A
There should be no trailing spacesOtherstormtask.module664N/A
There should be no trailing spacesOtherstormtask.module686N/A
There should be no trailing spacesOtherstormtask.module738N/A
Leafstormtask/stormtask.test001
Expandstormtask/stormtask.theme.inc1000
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherstormtask.theme.inc10N/A
There should be no trailing spacesOtherstormtask.theme.inc31N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherstormtask.theme.inc31N/A
There should be no trailing spacesOtherstormtask.theme.inc60N/A
There should be no trailing spacesOtherstormtask.theme.inc84N/A
There should be no trailing spacesOtherstormtask.theme.inc98N/A
There should be no trailing spacesOtherstormtask.theme.inc156N/A
There should be no trailing spacesOtherstormtask.theme.inc163N/A
There should be no trailing spacesOtherstormtask.theme.inc169N/A
There should be no trailing spacesOtherstormtask.theme.inc176N/A
Expandstormtask/stormtask.views.inc13010
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstormtask.views.inc-1N/A
There should be no trailing spacesOtherstormtask.views.inc11N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc13N/A
There should be no trailing spacesOtherstormtask.views.inc28N/A
There should be no trailing spacesOtherstormtask.views.inc39N/A
There should be no trailing spacesOtherstormtask.views.inc56N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc86N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc165N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc216N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc231N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc246N/A
There should be no trailing spacesOtherstormtask.views.inc278N/A
There should be no trailing spacesOtherstormtask.views.inc289N/A
There should be no trailing spacesOtherstormtask.views.inc306N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc308N/A
There should be no trailing spacesOtherstormtask.views.inc320N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormtask.views.inc322N/A
Function summaries should be one line only. (Drupal Docs)Otherstormtask.views.inc355N/A
There should be no trailing spacesOtherstormtask.views.inc357N/A
There should be no trailing spacesOtherstormtask.views.inc358N/A
There should be no trailing spacesOtherstormtask.views.inc366N/A
There should be no trailing spacesOtherstormtask.views.inc368N/A
There should be no trailing spacesOtherstormtask.views.inc369N/A
Leafstormteam/stormteam.install1101
Leafstormteam/stormteam.module66033
Leafstormteam/stormteam.test001
Leafstormteam/stormteam.theme.inc800
Leafstormteam/stormteam.views.inc202
Leafstormteam/stormteam_handler_field_teammembers.inc302
Expandstormticket/stormticket.admin.inc1402
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherstormticket.admin.inc8N/A
There should be no trailing spacesOtherstormticket.admin.inc10N/A
There should be no trailing spacesOtherstormticket.admin.inc42N/A
There should be no trailing spacesOtherstormticket.admin.inc86N/A
missing space after commaOtherstormticket.admin.inc128N/A
missing space after commaOtherstormticket.admin.inc144N/A
There should be no trailing spacesOtherstormticket.admin.inc198N/A
There should be no trailing spacesOtherstormticket.admin.inc202N/A
There should be no trailing spacesOtherstormticket.admin.inc206N/A
There should be no trailing spacesOtherstormticket.admin.inc208N/A
There should be no trailing spacesOtherstormticket.admin.inc213N/A
There should be no trailing spacesOtherstormticket.admin.inc217N/A
There should be no trailing spacesOtherstormticket.admin.inc298N/A
There should be no trailing spacesOtherstormticket.admin.inc432N/A
There should be no trailing spacesOtherstormticket.admin.inc437N/A
There should be no trailing spacesOtherstormticket.admin.inc446N/A
Expandstormticket/stormticket.install202
MessageGroupFilenameLineFunctionStatus
Function documentation should be less than 80 characters per line.Otherstormticket.install72N/A
Function summaries should be one line only. (Drupal Docs)Otherstormticket.install82N/A
indent secondary line of comment one space Otherstormticket.install83N/A
There should be no trailing spacesOtherstormticket.install105N/A
Expandstormticket/stormticket.module51031
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherstormticket.module73N/A
Use "elseif" in place of "else if"Otherstormticket.module76N/A
There should be no trailing spacesOtherstormticket.module78N/A
Use "elseif" in place of "else if"Otherstormticket.module79N/A
There should be no trailing spacesOtherstormticket.module81N/A
Use "elseif" in place of "else if"Otherstormticket.module82N/A
There should be no trailing spacesOtherstormticket.module84N/A
Use an indent of 2 spaces, with no tabsOtherstormticket.module85N/A
Use "elseif" in place of "else if"Otherstormticket.module85N/A
Use "elseif" in place of "else if"Otherstormticket.module94N/A
Use "elseif" in place of "else if"Otherstormticket.module97N/A
There should be no trailing spacesOtherstormticket.module99N/A
Use "elseif" in place of "else if"Otherstormticket.module100N/A
There should be no trailing spacesOtherstormticket.module102N/A
Use "elseif" in place of "else if"Otherstormticket.module103N/A
There should be no trailing spacesOtherstormticket.module105N/A
Use "elseif" in place of "else if"Otherstormticket.module106N/A
Use "elseif" in place of "else if"Otherstormticket.module115N/A
Use "elseif" in place of "else if"Otherstormticket.module118N/A
There should be no trailing spacesOtherstormticket.module120N/A
Use "elseif" in place of "else if"Otherstormticket.module121N/A
There should be no trailing spacesOtherstormticket.module123N/A
Use "elseif" in place of "else if"Otherstormticket.module124N/A
There should be no trailing spacesOtherstormticket.module126N/A
Use "elseif" in place of "else if"Otherstormticket.module127N/A
There should be no trailing spacesOtherstormticket.module146N/A
There should be no trailing spacesOtherstormticket.module153N/A
There should be no trailing spacesOtherstormticket.module163N/A
There should be no trailing spacesOtherstormticket.module204N/A
There should be no trailing spacesOtherstormticket.module214N/A
There should be no trailing spacesOtherstormticket.module229N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.module232N/A
There should be no trailing spacesOtherstormticket.module239N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.module250N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.module251N/A
There should be no trailing spacesOtherstormticket.module257N/A
There should be no trailing spacesOtherstormticket.module374N/A
There should be no trailing spacesOtherstormticket.module381N/A
There should be no trailing spacesOtherstormticket.module413N/A
There should be no trailing spacesOtherstormticket.module440N/A
There should be no trailing spacesOtherstormticket.module445N/A
There should be no trailing spacesOtherstormticket.module548N/A
There should be no trailing spacesOtherstormticket.module554N/A
There should be no trailing spacesOtherstormticket.module556N/A
There should be no trailing spacesOtherstormticket.module576N/A
There should be no trailing spacesOtherstormticket.module599N/A
There should be no trailing spacesOtherstormticket.module602N/A
There should be no trailing spacesOtherstormticket.module603N/A
There should be no trailing spacesOtherstormticket.module633N/A
There should be no trailing spacesOtherstormticket.module637N/A
There should be no trailing spacesOtherstormticket.module646N/A
There should be no trailing spacesOtherstormticket.module647N/A
There should be no trailing spacesOtherstormticket.module650N/A
There should be no trailing spacesOtherstormticket.module651N/A
There should be no trailing spacesOtherstormticket.module652N/A
There should be no trailing spacesOtherstormticket.module680N/A
There should be no trailing spacesOtherstormticket.module683N/A
There should be no trailing spacesOtherstormticket.module687N/A
There should be no trailing spacesOtherstormticket.module751N/A
else statements should begin on a new lineOtherstormticket.module760N/A
else statements should begin on a new lineOtherstormticket.module763N/A
else statements should begin on a new lineOtherstormticket.module766N/A
There should be no trailing spacesOtherstormticket.module768N/A
There should be no trailing spacesOtherstormticket.module770N/A
There should be no trailing spacesOtherstormticket.module772N/A
Separate comments from comment syntax by a space.Otherstormticket.module773N/A
Separate comments from comment syntax by a space.Otherstormticket.module781N/A
Separate comments from comment syntax by a space.Otherstormticket.module786N/A
Separate comments from comment syntax by a space.Otherstormticket.module787N/A
Separate comments from comment syntax by a space.Otherstormticket.module788N/A
Separate comments from comment syntax by a space.Otherstormticket.module789N/A
Separate comments from comment syntax by a space.Otherstormticket.module790N/A
There should be no trailing spacesOtherstormticket.module793N/A
else statements should begin on a new lineOtherstormticket.module796N/A
There should be no trailing spacesOtherstormticket.module801N/A
There should be no trailing spacesOtherstormticket.module803N/A
There should be no trailing spacesOtherstormticket.module805N/A
Separate comments from comment syntax by a space.Otherstormticket.module812N/A
Separate comments from comment syntax by a space.Otherstormticket.module813N/A
There should be no trailing spacesOtherstormticket.module816N/A
There should be no trailing spacesOtherstormticket.module820N/A
There should be no trailing spacesOtherstormticket.module823N/A
Expandstormticket/stormticket.test001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstormticket.test-1N/A
Expandstormticket/stormticket.theme.inc600
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherstormticket.theme.inc37N/A
There should be no trailing spacesOtherstormticket.theme.inc39N/A
There should be no trailing spacesOtherstormticket.theme.inc99N/A
There should be no trailing spacesOtherstormticket.theme.inc113N/A
There should be no trailing spacesOtherstormticket.theme.inc119N/A
There should be no trailing spacesOtherstormticket.theme.inc125N/A
Expandstormticket/stormticket.views.inc006
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstormticket.views.inc-1N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.views.inc148N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.views.inc163N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.views.inc178N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.views.inc237N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherstormticket.views.inc251N/A
Expandstormticket/stormticket.views_default.inc001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherstormticket.views_default.inc-1N/A
Leafstormtimetracking/stormtimetracking.admin.inc400
Leafstormtimetracking/stormtimetracking.install000
Leafstormtimetracking/stormtimetracking.module27024
Leafstormtimetracking/stormtimetracking.test001
Leafstormtimetracking/stormtimetracking.theme.inc400
Leafstormtimetracking/stormtimetracking.views.inc1706