| Commits to the Git repository do not require the CVS $Id$ keyword in each file. (Drupal Docs) | Other | jasm.module | 2 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | jasm.module | 6 | N/A |  |
| indent secondary line of comment one space | Other | jasm.module | 10 | N/A |  |
| indent secondary line of comment one space | Other | jasm.module | 11 | N/A |  |
| indent secondary line of comment one space | Other | jasm.module | 12 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | jasm.module | 16 | N/A |  |
| indent secondary line of comment one space | Other | jasm.module | 23 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | jasm.module | 23 | N/A |  |
| indent secondary line of comment one space | Other | jasm.module | 24 | N/A |  |
| "Module" should rarely be capitalized as part of a module's proper name. | Other | jasm.module | 27 | N/A |  |
| indent secondary line of comment one space | Other | jasm.module | 38 | N/A |  |
| indent secondary line of comment one space | Other | jasm.module | 39 | N/A |  |
| indent secondary line of comment one space | Other | jasm.module | 40 | N/A |  |
| Separate comments from comment syntax by a space. | Other | jasm.module | 77 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | jasm.module | 128 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | jasm.module | 130 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | jasm.module | 173 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | jasm.module | 421 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | jasm.module | 458 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | jasm.module | 565 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | jasm.module | 612 | N/A |  |
| There should be no trailing spaces | Other | jasm.module | 684 | N/A |  |
| There should be no trailing spaces | Other | jasm.module | 771 | N/A |  |
| There should be no trailing spaces | Other | jasm.module | 772 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | jasm.module | 784 | N/A |  |
| "Module" should rarely be capitalized as part of a module's proper name. | Other | jasm.module | 1047 | N/A |  |
| "Module" should rarely be capitalized as part of a module's proper name. | Other | jasm.module | 1051 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | jasm.module | 1056 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | jasm.module | 1056 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | jasm.module | 1060 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | jasm.module | 1095 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | jasm.module | 1096 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | jasm.module | 1097 | N/A |  |
| There should be no trailing spaces | Other | jasm.module | 1103 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | jasm.module | 1117 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | jasm.module | 1118 | N/A |  |
| Separate comments from comment syntax by a space. | Other | jasm.module | 1161 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | jasm.module | 1175 | N/A |  |
| Separate comments from comment syntax by a space. | Other | jasm.module | 1184 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | jasm.module | 1190 | N/A |  |
| Separate comments from comment syntax by a space. | Other | jasm.module | 1192 | N/A |  |
| Separate comments from comment syntax by a space. | Other | jasm.module | 1193 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | jasm.module | 1261 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | jasm.module | 1301 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | jasm.module | 1314 | N/A |  |
| Separate comments from comment syntax by a space. | Other | jasm.module | 1320 | N/A |  |
| Separate comments from comment syntax by a space. | Other | jasm.module | 1324 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | jasm.module | 1332 | N/A |  |
| Separate comments from comment syntax by a space. | Other | jasm.module | 1353 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | jasm.module | 1360 | N/A |  |
| put a space between the asterisk and the comment text | Other | jasm.module | 1362 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | jasm.module | 1369 | N/A |  |
| else statements should begin on a new line | Other | jasm.module | 1371 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | jasm.module | 1373 | N/A |  |
| Use the Form API to build forms to help prevent against CSRF attacks. (Drupal Docs) | Other | jasm.module | 1374 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | jasm.module | 1377 | N/A |  |
| Separate comments from comment syntax by a space. | Other | jasm.module | 1378 | N/A |  |
| There should be no trailing spaces | Other | jasm.module | 1383 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | jasm.module | 1425 | N/A |  |
| put a space between the asterisk and the comment text | Other | jasm.module | 1426 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | jasm.module | 1429 | N/A |  |
| missing space after comma | Other | jasm.module | 1432 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | jasm.module | 1445 | N/A |  |
| put a space between the asterisk and the comment text | Other | jasm.module | 1446 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | jasm.module | 1549 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | jasm.module | 1640 | N/A |  |