function tripal_core_coder_ignore

2.x tripal_core.module tripal_core_coder_ignore()
3.x tripal_core.module tripal_core_coder_ignore()
1.x tripal_core.module tripal_core_coder_ignore()

Implements hook_coder_ignore().

Defines the path to the file (tripal_core.coder_ignores.txt) where ignore rules for coder are stored.

File

legacy/tripal_core/tripal_core.module, line 197
The Tripal Core module

Code

function tripal_core_coder_ignore() {
  return array(
    'path' => drupal_get_path('module', 'tripal_core'),
    'line prefix' => drupal_get_path('module', 'tripal_core'),
  );
}