chiark / gitweb /
CI: Check for blocking todos (three X comments)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 13:13:28 +0000 (14:13 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 16:56:23 +0000 (17:56 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.gitlab-ci.yml

index 9ef8b3591d6a1c07ff6e4e9fcc7748afa557aadc..483e07e60b3dea974bc395e5371304ad7b172e5a 100644 (file)
@@ -48,6 +48,7 @@ maint-checks:
   image: "rust:latest"
   script:
     - debian/update-build-deps --check
+    - set +e; env git grep -i 'XX[X]'; test $? = 1
 
 test-rust-upstream:
   stage: test