From f0220e8bd17961eee48a6a6e3ce3ef995c2e86e9 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Sun, 16 Dec 2018 18:45:44 +0100 Subject: [PATCH] fix: disable deprecationWarningIssues --- lib/config/definitions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/definitions.js b/lib/config/definitions.js index 53d929ea67..ebbee00a91 100644 --- a/lib/config/definitions.js +++ b/lib/config/definitions.js @@ -1414,7 +1414,7 @@ const options = [ description: 'Options to suppress various types of warnings and other notifications', type: 'list', - default: [], + default: ['deprecationWarningIssues'], allowedValues: [ 'prIgnoreNotification', 'prEditNotification', -- GitLab