tripal_feature.coder_ignores.txt 747 B

12345678910111213141516171819202122
  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. ; This query selects from a non-drupal schema where the database prefixes are not
  5. ; applied and thus the curcly brackets ({}) are not needed
  6. fasta_loader.php:655:sql
  7. fasta_loader.php:659:sql
  8. fasta_loader.php:672:sql
  9. fasta_loader.php:676:sql
  10. gff_loader.php:243:sql
  11. gff_loader.php:252:sql
  12. gff_loader.php:919:sql
  13. ; This is a multi-line conditional that needs to be re-written to be more readable
  14. gff_loader.php:166:style
  15. gff_loader.php:167:style
  16. gff_loader.php:168:style
  17. gff_loader.php:169:style
  18. ; Don't need to use db_rewrite_sql() since need all nodes regardless of access control
  19. syncFeatures.php:425:sql