mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(tools): update pylint target to lint dirs separately
- avoids triggering duplicate code detection between hdk tests and benchmarks - update helper script serialize_targets.sh to avoid printing dir
This commit is contained in:
@@ -5,7 +5,7 @@ set +e
|
||||
EXIT_CODE=0
|
||||
|
||||
for make_target in "$@"; do
|
||||
make "${make_target}"
|
||||
make --no-print-directory "${make_target}"
|
||||
if [[ "$?" != "0" ]]; then
|
||||
EXIT_CODE=1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user