chore(all): add makefile command to clippy lint doctests

- The command exits with a warning on windows as it does not work at the
moment
This commit is contained in:
Mayeul@Zama
2024-06-21 18:05:22 +02:00
committed by Arthur Meyre
parent cc8f2cb4dc
commit 72475a385e
2 changed files with 16 additions and 0 deletions

5
scripts/clippy_driver.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -eu
exec clippy-driver ${CLIPPYFLAGS} $@