blob: a310f8207d6d9dc26746e9ccc46a73ae7e302bed [file] [log] [blame]
#!/bin/sh
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
cargo clippy --features ti50_onboard --all-targets -- -D warnings
cargo clippy --features cr50_onboard --all-targets -- -D warnings
cargo clippy --features generic_tpm2 --all-targets -- -D warnings