Code review
- Setup environment
- Detect an invalid patch URL
- Detect invalid repository information
- Detect invalid patch format
- Detect a non-applicable patch
- Detect invalid PHP syntax
- Detect a review run failure
- Detect coder flags
Ensure that your code follows the Drupal standard and passes a coder review.
- Complete coder review with all passed
1 minor(s), 0 critical(s), and 5 normal(s)
Non-pass
| Test name | Minor | Critical | Normal |
dspace.module | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use the matching Drupal theme functions, not raw HTML. | Other | dspace.module | 21 | N/A |  |
|
modules/biblio/dspace_biblio.module | 0 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| Use the matching Drupal theme functions, not raw HTML. | Other | dspace_biblio.module | 21 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | dspace_biblio.module | 104 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | dspace_biblio.module | 133 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | dspace_biblio.module | 137 | N/A |  |
|
All
| Test name | Minor | Critical | Normal |
dspace.module | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use the matching Drupal theme functions, not raw HTML. | Other | dspace.module | 21 | N/A |  |
|
modules/biblio/dspace_biblio.module | 0 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| Use the matching Drupal theme functions, not raw HTML. | Other | dspace_biblio.module | 21 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | dspace_biblio.module | 104 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | dspace_biblio.module | 133 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | dspace_biblio.module | 137 | N/A |  |
|
plugins/FeedsDSpaceParser.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | FeedsDSpaceParser.inc | 48 | N/A |  |
|