Disable inherited "Code-Review" submit requirement.

We might inherit the default "Code-Review" submit requirement from a
parent project (e.g. All-Projects). Make it moot, as we want our
custom project ones - and only those - to apply.

Signed-off-by: Sandrine Afsa <sandrine.afsa@arm.com>
diff --git a/project.config b/project.config
index 26493e5..558c1b4 100644
--- a/project.config
+++ b/project.config
@@ -79,6 +79,17 @@
 	copyCondition = changekind:NO_CHANGE OR changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE
 	function = NoBlock
 
+################################################################################
+# Submit requirements.
+################################################################################
+
+# We might inherit the default "Code-Review" submit requirement from a parent
+# project (e.g. All-Projects).
+# Make it moot, as we want our custom ones below - and only those - to apply.
+[submit-requirement "Code-Review"]
+	applicableIf = false
+	submittableIf = false
+
 [submit-requirement "Submittable"]
 	applicableIf = -branch:refs/meta/config
 	submittableIf = label:Code-Review=1 AND label:Code-Review=MAX,user=non_uploader AND -label:Code-Review=MIN AND label:Verified=MAX AND -label:Verified=MIN AND label:Unsafe-Review=MAX AND -label:Unsafe-Review=MIN