From 093ec7a11d2bcad409ada21865fb81ea31132b66 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Sun, 8 Oct 2023 15:20:30 +0800 Subject: [PATCH] scripts: remove the markdown_you_pass Signed-off-by: Wei Fu --- scripts/test.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index b72883c55..c533e6ff8 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -358,16 +358,6 @@ function shellws_pass { fi } -function markdown_you_find_eschew_you { - local find_you_cmd="find . -name \\*.md ! -path '*/vendor/*' ! -path './Documentation/*' ! -path './gopath.proto/*' ! -path './release/*' -exec grep -E --color '[Yy]ou[r]?[ '\\''.,;]' {} + || true" - run eval "${find_you_cmd}" -} - -function markdown_you_pass { - # TODO: ./CONTRIBUTING.md:## Get your pull request reviewed - generic_checker markdown_you_find_eschew_you -} - function markdown_marker_pass { # TODO: check other markdown files when marker handles headers with '[]' if tool_exists "marker" "https://crates.io/crates/marker"; then