File tree Expand file tree Collapse file tree 9 files changed +25
-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 9 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v2
1515
16+ - name : Install dylint-link
17+ run : cargo install dylint-link
18+
1619 - name : Prettier
1720 run : |
1821 npm install -g prettier && prettier --check '**/*.md' '**/*.yml'
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