diff options
| author | Philipp Hansch <dev@phansch.net> | 2018-09-02 10:13:53 +0200 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2018-09-03 22:20:36 +0200 |
| commit | be995dc0e841cb2db46d7995958ba24bac91e1e2 (patch) | |
| tree | bd80ec4a3cddaeec01d0bf6d413e8f5d6bf104b2 /ci | |
| parent | 586ef4ed7237b2290bb6365b038e8da59776533f (diff) | |
| download | rust-be995dc0e841cb2db46d7995958ba24bac91e1e2.tar.gz rust-be995dc0e841cb2db46d7995958ba24bac91e1e2.zip | |
Run clippy on clippy_dev, too
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/base-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/base-tests.sh b/ci/base-tests.sh index dee709ab4eb..b85ed4fab66 100755 --- a/ci/base-tests.sh +++ b/ci/base-tests.sh @@ -19,6 +19,7 @@ cd clippy_workspace_tests && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clip cd clippy_workspace_tests/src && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy::all && cd ../.. cd clippy_workspace_tests/subcrate && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy::all && cd ../.. cd clippy_workspace_tests/subcrate/src && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy::all && cd ../../.. +cd clippy_dev && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy::all && cd .. # test --manifest-path PATH=$PATH:~/rust/cargo/bin cargo clippy --manifest-path=clippy_workspace_tests/Cargo.toml -- -D clippy::all cd clippy_workspace_tests/subcrate && PATH=$PATH:~/rust/cargo/bin cargo clippy --manifest-path=../Cargo.toml -- -D clippy::all && cd ../.. |
