tripal_views.coder_ignores.txt 959 B

1234567891011121314151617181920
  1. ; The file should be formatted this way :
  2. ; file:line:warning-type
  3. ; where warning-type is one of security, style, sql, i18n, comment, etc.
  4. ; All <?php should be closed with a ?> in theme template files
  5. tripal_views_integration_fields_form.tpl.php:48:style
  6. tripal_views_data_export_download_form.tpl.php:8:style
  7. ; All variables are set through the code and thus don't need to be filtered
  8. tripal_views_integration.inc:734:security
  9. ; SQL queries the chado database which does not use the drupal prefixing functionality
  10. ; therefore, curly brackets ({}) are not appropriate.
  11. views/handlers/views_handler_filter_chado_select_cvterm_name.inc:53:sql
  12. views/handlers/views_handler_filter_chado_select_cvterm_name.inc:61:sql
  13. views/handlers/views_handler_field_dbxref_accession_link.inc:31:sql
  14. ; SQL queries the pg_tables table to check if a table exists in chado; drupal
  15. ; prefixing is not appropriate
  16. views/handlers/views_handler_field_chado_rel_by_type.inc:22:sql