constant SEVERITY_MINOR in Coder 6
Same name and namespace in other branches
- 6.2 coder.module \SEVERITY_MINOR
- 7.2 coder_review/coder_review.common.inc \SEVERITY_MINOR
- 7 coder_review/coder_review.module \SEVERITY_MINOR
@file Developer Module that assists with code review and version upgrade that supports a plug-in extensible hook system so contributed modules can define additional review standards.
Built-in support for:
- Drupal Coding Standards - http://drupal.org/node/318
- Handle text in a secure fashion - http://drupal.org/node/28984
- Converting 4.6.x modules to 4.7.x - http://drupal.org/node/22218
- Converting 4.7.x modules to 5.x - http://drupal.org/node/64279
- Converting 5.x modules to 6.x - http://drupal.org/node/114774
- Comment Standards - http://drupal.org/node/1354
- SQL coding conventions - http://drupal.org/node/2497
Credit also to dries:
1 use of SEVERITY_MINOR
- _coder_severity in ./
coder.module - Return the integer severity magic number for a string severity.
File
- ./
coder.module, line 26 - Developer Module that assists with code review and version upgrade that supports a plug-in extensible hook system so contributed modules can define additional review standards.
Code
define('SEVERITY_MINOR', 1);