tripal_bulk_loader.coder_ignores.txt

  1. 2.x tripal_bulk_loader/tripal_bulk_loader.coder_ignores.txt
  2. 3.x tripal_bulk_loader/tripal_bulk_loader.coder_ignores.txt
  3. 1.x tripal_bulk_loader/tripal_bulk_loader.coder_ignores.txt
; The file should be formatted this way :
; file:line:warning-type
; where warning-type is one of security, style, sql, i18n, comment, etc.

; all variables are filtered
tripal_bulk_loader.admin.inc:381:security
tripal_bulk_loader.constants.inc::261:security

; doesn't need to be filtered b/c all variables set in code and not subjected to
; user input
tripal_bulk_loader.constants.inc:241:security
tripal_bulk_loader.constants.inc:376:security

File

tripal_bulk_loader/tripal_bulk_loader.coder_ignores.txt
View source
  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_bulk_loader.admin.inc:381:security
  6. tripal_bulk_loader.constants.inc::261:security
  7. ; doesn't need to be filtered b/c all variables set in code and not subjected to
  8. ; user input
  9. tripal_bulk_loader.constants.inc:241:security
  10. tripal_bulk_loader.constants.inc:376:security