Skip to content

Commit

Permalink
remove useless check
Browse files Browse the repository at this point in the history
  • Loading branch information
Changochen committed Nov 16, 2023
1 parent 176aa89 commit 3c68e20
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3c68e20

Please sign in to comment.