From ddf4fa5954a04eaaa76bacbce50957b9ed9588ca Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang Date: Thu, 18 Jan 2024 11:01:04 +0400 Subject: [PATCH] ignore editors participation for privacy-principles --- lib/exceptions.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/lib/exceptions.json b/lib/exceptions.json index 0c4ea4dd4..76e9081c7 100644 --- a/lib/exceptions.json +++ b/lib/exceptions.json @@ -15,14 +15,19 @@ "rule": "sotd.candidate-review-end" } ], - "^pub-manifest$": [ + "^did-core$": [ { - "rule": "sotd.candidate-review-end" + "rule": "heuristic.date-format" } ], - "^did-core$": [ + "^privacy-principles$": [ { - "rule": "heuristic.date-format" + "rule": "headers.editor-participation" + } + ], + "^pub-manifest$": [ + { + "rule": "sotd.candidate-review-end" } ] }