Skip to content

Commit

Permalink
chore(ci): remove external-crates clippy check (#2988)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Oct 2, 2024
1 parent 065bf91 commit 817b4c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
[alias]
ci-fmt = "fmt --check"
ci-clippy = "clippy --all-targets --all-features -- -D warnings"
ci-clippy-external = [
"clippy",
"--manifest-path",
"external-crates/move/Cargo.toml",
"--",
"-Aclippy::upper_case_acronyms",
"-Aclippy::type_complexity",
"-Aclippy::new_without_default",
"-Aclippy::box_default",
"-Aclippy::manual_slice_size_calculation",
"-Dwarnings",
]
ci-license = "license-template --template .license_template"
ci-udeps = "udeps --all-targets --backend=depinfo"
ci-udeps-external = "udeps --all-targets --manifest-path external-crates/move/Cargo.toml --backend=depinfo"
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/_external_rust_lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,3 @@ jobs:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_IOTA_CI }}
ssh-known-hosts: ${{ secrets.SSH_GITHUB_KNOWN_HOSTS }}
use-git-cli: true

clippy:
if: (!cancelled() && !failure() && inputs.isRust)
needs:
- cargo-deny
runs-on: [self-hosted]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # Pin v4.1.1

# See '.cargo/config' for list of enabled/disabled clippy lints
- name: Check Clippy Lints
run: cargo ci-clippy-external

0 comments on commit 817b4c4

Please sign in to comment.