Commit 5ca58181 authored by Jérome Perrin's avatar Jérome Perrin

CodingStyle: add several exceptions for misnamed forms

For most of theses, we can not change without risking to break
compatibility. Some of them are misnamed legacy fields library or some
forms that still needs to be updated to use field libraries.
parent 3e9c0a88
......@@ -186,6 +186,36 @@ ignored_skin_id_set = {
'TaskDistributorAlarm_optimize',
'TestDocument_optimize',
'TestResultAlarm_restartStuckTestResult',
'ActivityTool_viewWatcher',
'BaseWorkflow_viewWorkflowActionDialog',
'Base_jumpToRelatedObjectList',
'Base_viewHistory',
'Base_viewZODBHistory',
'BusinessTemplate_viewObjectsDiff',
'CacheFactory_viewStatisticList',
'Folder_deleteDocumentListStatusDialog',
'Folder_generateWorkflowReportDialog',
'Folder_modifyDocumentListStatusDialog',
'PasswordTool_viewEmailPassword',
'PasswordTool_viewResetPassword',
'Base_FieldLibrary',
'Base_viewDialogFieldLibrary',
'ERP5Site_newCredentialRecoveryDialog',
'ERP5Site_viewCredentialRequestForm',
'Document_jumpToRelatedDocumentList',
'FCKeditor_viewDocumentSelectionDialog',
'FCKeditor_viewImageSelectionDialog',
'BaseWorkflow_FieldLibrary',
'BaseTradePurchase_FieldLibrary',
'BaseTradeSale_FieldLibrary',
'Order_viewDialogFieldLibrary',
'PackingListLine_viewFieldLibrary',
'Tester_view',
'GenericSolver_viewConfigurationFormBox',
'BaseTradeProject_FieldLibrary',
'OrderMilestone_view',
'TradeLine_viewProject',
'ProductionDelivery_viewInventory',
}
# Generic method to check consistency of a skin item
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment