From e8be94c7b08a5b9fce8dcfb11928714455d39710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Joly?= Date: Tue, 10 Dec 2024 00:48:59 +0100 Subject: [PATCH] Modify rule S1199: Deprecate this rule with the intent of removing it when possible CPP-4895 --- rules/S1199/cfamily/metadata.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rules/S1199/cfamily/metadata.json b/rules/S1199/cfamily/metadata.json index 17971333806..f2efd6e2fd6 100644 --- a/rules/S1199/cfamily/metadata.json +++ b/rules/S1199/cfamily/metadata.json @@ -1,3 +1,5 @@ { - + "status": "deprecated", + "defaultQualityProfiles": [ + ] }