File tree Expand file tree Collapse file tree 8 files changed +22
-2
lines changed
duplicate_mutable_accounts/.cargo
insecure_account_close/.cargo
missing_owner_check/.cargo
missing_signer_check/.cargo Expand file tree Collapse file tree 8 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1- target /
1+ / target
Original file line number Diff line number Diff line change 1+ [build ]
2+ target-dir = " ../../target"
3+
14[target .aarch64-apple-darwin ]
25linker = " dylint-link"
36
Original file line number Diff line number Diff line change 1+ [build ]
2+ target-dir = " ../../target"
3+
14[target .aarch64-apple-darwin ]
25linker = " dylint-link"
36
Original file line number Diff line number Diff line change 1+ [build ]
2+ target-dir = " ../../target"
3+
14[target .aarch64-apple-darwin ]
25linker = " dylint-link"
36
Original file line number Diff line number Diff line change 1+ [build ]
2+ target-dir = " ../../target"
3+
14[target .aarch64-apple-darwin ]
25linker = " dylint-link"
36
Original file line number Diff line number Diff line change 1+ [build ]
2+ target-dir = " ../../target"
3+
14[target .aarch64-apple-darwin ]
25linker = " dylint-link"
36
Original file line number Diff line number Diff line change 1+ [build ]
2+ target-dir = " ../../target"
3+
14[target .aarch64-apple-darwin ]
25linker = " dylint-link"
36
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ WORKSPACE="$(realpath "$SCRIPTS"/..)"
1414cd " $WORKSPACE "
1515
1616for X in . lints/* ; do
17- cargo clippy --manifest-path " $X " /Cargo.toml --workspace --tests -- \
17+ pushd " $X "
18+ cargo clippy --workspace --tests -- \
1819 -D warnings \
1920 -W clippy::pedantic
21+ popd
2022done
You can’t perform that action at this time.
0 commit comments