Patrick Georgi submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
Revert "util/lint: Add test for documentation in util dirs"

This reverts commit 15e379aaf334e7931710b4208ccedf2f9ee44b0d.

It triggers on directories that only contain artifacts and no
checked in code. As this happens a lot when switching branches,
it makes it impossible to commit new code.

Change-Id: I38a86c8a5d5dc14ca5f6cba789bcb8c0fcaefb0b
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50354
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
---
D util/lint/lint-stable-025-description-md
1 file changed, 0 insertions(+), 16 deletions(-)

diff --git a/util/lint/lint-stable-025-description-md b/util/lint/lint-stable-025-description-md
deleted file mode 100755
index 88c3d76..0000000
--- a/util/lint/lint-stable-025-description-md
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-# SPDX-License-Identifier: GPL-2.0-or-later
-#
-# DESCR: Check that every utility has a description
-
-LC_ALL=C export LC_ALL
-FAIL=0
-
-for i in util/*/; do
- if [ ! -r "$i/description.md" ]; then
- echo " Failure: util directory $i missing description.md file."
- FAIL=1
- fi
-done
-
-exit $FAIL

To view, visit change 50354. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I38a86c8a5d5dc14ca5f6cba789bcb8c0fcaefb0b
Gerrit-Change-Number: 50354
Gerrit-PatchSet: 2
Gerrit-Owner: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged