tripal_views.coder_ignores.txt 1.4 KB

123456789101112131415161718192021222324252627
  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:809: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. views/handlers/views_handler_filter_stockprop_id.inc:78:sql
  15. views/handlers/views_handler_filter_stockprop_id.inc:104:sql
  16. views/handlers/views_handler_filter_stock_relationship_id.inc:23:sql
  17. views/handlers/views_handler_filter_stock_relationship_id.inc:72:sql
  18. views/handlers/views_handler_filter_stock_relationship_id.inc:79:sql
  19. views/handlers/views_handler_filter_stock_relationship_id.inc:160:sql
  20. views/handlers/views_handler_argument_stockprop_id.inc:21:sql
  21. ; SQL queries the pg_tables table to check if a table exists in chado; drupal
  22. ; prefixing is not appropriate
  23. views/handlers/views_handler_field_chado_rel_by_type.inc:22:sql