Add makefile command to run clippy through docker.
This commit is contained in:
parent
d8e3a85ef7
commit
e4d9c5f467
4
Makefile
4
Makefile
@ -37,6 +37,10 @@ clean:
|
||||
format:
|
||||
> $(MAKE) -C docker/cargo_fmt run
|
||||
|
||||
.PHONY: dockerclippy
|
||||
dockerclippy:
|
||||
> $(MAKE) -C docker/organic_clippy run
|
||||
|
||||
.PHONY: clippy
|
||||
clippy:
|
||||
> cargo clippy --no-deps --all-targets --all-features -- -D warnings
|
||||
|
Loading…
x
Reference in New Issue
Block a user