From 74e01ed52beafd6df6ff3d8c62a92513671f3ebf Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 12 Nov 2015 19:04:25 -0800 Subject: [PATCH] Update 4.6 toxic code comment --- .toxic.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.toxic.json b/.toxic.json index 64e23875f2..0cbbda2996 100644 --- a/.toxic.json +++ b/.toxic.json @@ -1,6 +1,6 @@ { "templates": { - "toxicAlert": "\"Please:\n\n(Automated notice) This pull-request modifies {SYMBOLS}. That code has been previously identified as hazardous. For advice on dealing with it, please review [Toxic Code Protocol](http://wiki.civicrm.org/confluence/display/CRM/Toxic+Code+Protocol)." + "toxicAlert": "(Automated notice) This pull-request modifies {SYMBOLS}. That code has been previously identified as toxic. You will need to ensure that any fix that touches this function works on 4.7 as well. Most likely you will need to do a separate, different PR for 4.7. Alternatively you might manage your fix outside of core for 4.6 and get a fix into 4.7 to ensure a permanent fix" }, "checks": { "CRM_Contact_Import_Parser_Contact::import()": "toxicAlert", @@ -14,4 +14,4 @@ "CRM_Event_Form_Registration_Confirm::postProcess()": "toxicAlert", "CRM_Contribute_Form_Contribution_Confirm::postProcess()": "toxicAlert" } -} \ No newline at end of file +} -- 2.25.1