mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 21:06:48 +00:00
Implement a typo checker
This commit is contained in:
parent
9e59db2f42
commit
b29d3b5409
1
Makefile
1
Makefile
@ -239,6 +239,7 @@ check: initramfs $(CARGO_OSDK)
|
|||||||
(cd $$dir && cargo osdk clippy -- -- -D warnings) || exit 1; \
|
(cd $$dir && cargo osdk clippy -- -- -D warnings) || exit 1; \
|
||||||
done
|
done
|
||||||
@make --no-print-directory -C test check
|
@make --no-print-directory -C test check
|
||||||
|
@typos
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user