Skip to content

Commit

Permalink
fix(core): Change to clippy lint (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxbeam authored Feb 9, 2024
1 parent fa74dd1 commit fa86651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fix:
cargo machete --fix || true
cargo +nightly fmt
cargo +nightly clippy --fix --allow-dirty --allow-staged
cargo +nightly clippy --fix --allow-dirty --allow-staged -- -F clippy::unwrap_used

fix-ui:
cd ee/tabby-ui && yarn format:write && yarn lint:fix
Expand Down
22 changes: 0 additions & 22 deletions rules/avoid-unwrap.yml

This file was deleted.

0 comments on commit fa86651

Please sign in to comment.