In #502190: Hook implementation headers out of compliance with standards, the community agreed on a new set of standards for function headers, and especially for hook implementation function headers. These standards are detailed on the Doxygen formatting conventions Handbook page.

The coder module needs to be updated to check for these standards. In particular, an 80-character limit on the brief function description, which should end with a period and be followed by a blank line. Comment http://drupal.org/node/502190#comment-1818202 mentions that the Coder Tough Love module already checks these, so that code could be grabbed for Coder.

Comments

sun’s picture

Issue tags: +Coding standards

Tagging.

klausi’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Coder 7.x-1.x is frozen now and will not receive any updates. Coder 8.x-2.x can be used to check code for any Drupal version, Coder 8.x-2.x also supports the phpcbf command to automatically fix conding standard errors. Please check if this issue is still relevant and reopen against that version if necessary.