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