| @file block missing (Drupal Docs) | Other | userpoints.module | -1 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 7 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 8 | N/A |  |
| Administrative menu items should have a description. | Other | userpoints.module | 131 | N/A |  |
| Administrative menu items should have a description. | Other | userpoints.module | 139 | N/A |  |
| Administrative menu items should have a description. | Other | userpoints.module | 145 | N/A |  |
| Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs) | Other | userpoints.module | 146 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | userpoints.module | 225 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | userpoints.module | 229 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 238 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | userpoints.module | 404 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 411 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | userpoints.module | 426 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 451 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | userpoints.module | 454 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 458 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | userpoints.module | 526 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | userpoints.module | 526 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | userpoints.module | 528 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | userpoints.module | 528 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | userpoints.module | 563 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | userpoints.module | 577 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | userpoints.module | 578 | N/A |  |
| @param and @return syntax does not indicate the data type. (Drupal Docs) | Other | userpoints.module | 580 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | userpoints.module | 581 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 585 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 587 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 595 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 624 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 638 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 640 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 667 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 707 | N/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. | Other | userpoints.module | 710 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 724 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 730 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 731 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 738 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 759 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 760 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 777 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 786 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 788 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 790 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 796 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 798 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 804 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 811 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 820 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 824 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 867 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | userpoints.module | 871 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | userpoints.module | 871 | N/A |  |
| @param and @return descriptions begin indented on the next line. (Drupal Docs) | Other | userpoints.module | 872 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 879 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 886 | N/A |  |
| Missing period | Other | userpoints.module | 895 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | userpoints.module | 896 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 916 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 952 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 965 | N/A |  |
| Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | userpoints.module | 966 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 994 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | userpoints.module | 1014 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | userpoints.module | 1015 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | userpoints.module | 1016 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1021 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 1117 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1149 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 1231 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1288 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1328 | N/A |  |
| Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | userpoints.module | 1340 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 1342 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1348 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1374 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1400 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 1415 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1421 | N/A |  |
| Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | userpoints.module | 1437 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | userpoints.module | 1462 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1528 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1536 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1540 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1557 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1558 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 1559 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1580 | N/A |  |
| Potential problem: hook_block() only accepts filtered text as the block title, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs) | Other | userpoints.module | 1582 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1604 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 1614 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 1615 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 1616 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | userpoints.module | 1617 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1620 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1627 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1653 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1665 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1672 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | userpoints.module | 1690 | N/A |  |
| Potential problem: drupal_set_title() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | userpoints.module | 1691 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1693 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1705 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1709 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1714 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1765 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1807 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1814 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | userpoints.module | 1836 | N/A |  |
| Separate comments from comment syntax by a space. | Other | userpoints.module | 1839 | N/A |  |