tripal_views.coder_ignores.txt 997 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 variables are filtered
  5. tripal_views_integration.inc:814:security
  6. ; SQL queries the chado database which does not use the drupal prefixing functionality
  7. ; therefore, curly brackets ({}) are not appropriate.
  8. views/handlers/views_handler_filter_chado_select_cvterm_name.inc:62:sql
  9. views/handlers/views_handler_field_dbxref_accession_link.inc:32:sql
  10. views/handlers/views_handler_filter_stockprop_id.inc:105:sql
  11. views/handlers/views_handler_filter_stock_relationship_id.inc:24:sql
  12. views/handlers/views_handler_filter_stock_relationship_id.inc:74:sql
  13. views/handlers/views_handler_filter_stock_relationship_id.inc:82:sql
  14. views/handlers/views_handler_argument_stockprop_id.inc:22:sql
  15. ; SQL queries the pg_tables table to check if a table exists in chado; drupal
  16. ; prefixing is not appropriate
  17. views/handlers/views_handler_field_chado_rel_by_type.inc:22:sql