mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-01 03:33:47 +00:00
Enable large_stack_frames lint (#6343)
* Enable `large_stack_frames` lint
This commit is contained in:
1
Makefile
1
Makefile
@@ -207,6 +207,7 @@ lint:
|
||||
cargo clippy --workspace --tests $(EXTRA_CLIPPY_OPTS) --features "$(TEST_FEATURES)" -- \
|
||||
-D clippy::fn_to_numeric_cast_any \
|
||||
-D clippy::manual_let_else \
|
||||
-D clippy::large_stack_frames \
|
||||
-D warnings \
|
||||
-A clippy::derive_partial_eq_without_eq \
|
||||
-A clippy::upper-case-acronyms \
|
||||
|
||||
Reference in New Issue
Block a user