MCPcopy Index your code
hub / github.com/PyO3/rust-numpy / check

Function check

x.py:59–66  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

57
58
59def check(args):
60 run("cargo", "doc", "--no-deps", env={"RUSTDOCFLAGS": "--deny warnings"})
61 run("cargo", "fmt", "--", "--check")
62 run("cargo", "clippy", "--all-features", "--tests", "--", *DENY_WARNINGS)
63
64 for manifest in gen_examples("Cargo.toml"):
65 run("cargo", "fmt", "--manifest-path", manifest, "--", "--check")
66 run("cargo", "clippy", "--manifest-path", manifest, "--", *DENY_WARNINGS)
67
68
69def doc(args):

Callers 1

extractMethod · 0.85

Calls 2

runFunction · 0.85
gen_examplesFunction · 0.85

Tested by

no test coverage detected