Skip to content

Commit

Permalink
Merge pull request #16709 from fuweid/remove-markdown-style-checker
Browse files Browse the repository at this point in the history
scripts: remove the markdown_you_pass
  • Loading branch information
serathius authored Oct 8, 2023
2 parents 89983f4 + 093ec7a commit 01a0d8b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01a0d8b

Please sign in to comment.