File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ add_custom_target("format"
9797 COMMAND cargo +${RUST_STABLE_VERSION} clippy --fix --allow-dirty --allow-no-vcs --allow-staged --all-targets --all-features
9898 --manifest-path ${PROJECT_SOURCE_DIR} /rules/Cargo.toml -- -Dwarnings
9999 COMMAND cargo +${RUST_STABLE_VERSION} clippy --fix --allow-dirty --allow-no-vcs --allow-staged --all-targets --all-features
100- --manifest-path chdir ${PROJECT_SOURCE_DIR} /rule-preprocessor/Cargo.toml -- -Dwarnings
100+ --manifest-path ${PROJECT_SOURCE_DIR} /rule-preprocessor/Cargo.toml -- -Dwarnings
101101 COMMAND cargo +${RUST_STABLE_VERSION} clippy --fix --allow-dirty --allow-no-vcs --allow-staged --all-targets --all-features
102- --manifest-path $$ {PROJECT_SOURCE_DIR}/libcc2rs/Cargo.toml -- -Dwarnings
102+ --manifest-path ${PROJECT_SOURCE_DIR} /libcc2rs/Cargo.toml -- -Dwarnings
103103 COMMAND cargo +${RUST_STABLE_VERSION} clippy --fix --allow-dirty --allow-no-vcs --allow-staged --all-targets --all-features
104104 --manifest-path ${PROJECT_SOURCE_DIR} /libcc2rs-macros/Cargo.toml -- -Dwarnings
105105 COMMAND ${RUFF} --silent check --fix ${PYTHON_SOURCES}
You can’t perform that action at this time.
0 commit comments