MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / run_clippy

Function run_clippy

scripts/build.py:56–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55
56def run_clippy():
57 args = [cargo_cmd_name(), "clippy", "--locked", "--package", CHAT_PACKAGE_NAME]
58 run_cmd(
59 args,
60 env={
61 **os.environ,
62 **rust_env(release=False),
63 },
64 )
65
66
67def build_chat_bin(

Callers 1

buildFunction · 0.70

Calls 3

cargo_cmd_nameFunction · 0.90
run_cmdFunction · 0.90
rust_envFunction · 0.90

Tested by

no test coverage detected