tripal_bulk_loader.coder_ignores.txt
- 2.x tripal_bulk_loader/tripal_bulk_loader.coder_ignores.txt
- 3.x tripal_bulk_loader/tripal_bulk_loader.coder_ignores.txt
- 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.txtView source
- ; 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