mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
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:
committed by
Arthur Meyre
parent
cc8f2cb4dc
commit
72475a385e
5
scripts/clippy_driver.sh
Executable file
5
scripts/clippy_driver.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
|
||||
exec clippy-driver ${CLIPPYFLAGS} $@
|
||||
Reference in New Issue
Block a user