scripts: remove the markdown_you_pass
Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
parent
89983f4cb0
commit
093ec7a11d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user