From 37039ff557ab64eb793b1ca510bc91f9139d7f2e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 19 Mar 2020 09:23:34 +0100
Subject: [PATCH] CodingStyle: tolerate existing names from erp5_credential

---
 product/ERP5Type/CodingStyle.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/product/ERP5Type/CodingStyle.py b/product/ERP5Type/CodingStyle.py
index edaedf29ee..03d17550a7 100644
--- a/product/ERP5Type/CodingStyle.py
+++ b/product/ERP5Type/CodingStyle.py
@@ -167,6 +167,10 @@ ignored_skin_id_set = {
   'FCKeditor_getDocumentListQuery',
   'FCKeditor_getImageList',
   'FCKeditor_getSetReferenceUrl',
+  'Credential_accept',
+  'Credential_checkConsistency',
+  'Credential_copyRegistredInformation',
+  'Credential_updatePersonPassword',
 }
 
 # Generic method to check consistency of a skin item
-- 
2.30.9