From 3c68e203c92dc356b0c2b4e77fb641e4f9f31791 Mon Sep 17 00:00:00 2001 From: Yongheng Chen Date: Thu, 16 Nov 2023 15:52:06 -0500 Subject: [PATCH] remove useless check --- .github/workflows/fmt.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index c86d56d..7d8b84b 100644 --- a/.github/workflows/fmt.yml +++ b/.github/workflows/fmt.yml @@ -33,13 +33,4 @@ jobs: run: cargo fmt --all -- --check - name: Run clippy - run: cargo clippy --all-targets --all-features -- -D warnings - - - name: Check function complexity - run: python3 -m lizard -l rust src/* -L 300 -a 10 - - - name: proto lint - run: cd proto && prototool lint . --config-data '{"lint":{"group":"google"}}' - - - name: python lint - run: cd scripts && python3 -m pylint --rcfile=.pylintrc *.py | tee | grep 10.00 + run: cargo clippy --all-targets --all-features -- -D warnings \ No newline at end of file