Skip to content

Commit 32908b6

Browse files
committed
cleanup
1 parent b377d67 commit 32908b6

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

test.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,11 @@ scons -j8
1212

1313
# *** lint ***
1414
ruff check .
15-
mypy msgq/
1615

17-
#codespell -L ned --builtin clear,rare,informal,usage,code,names,en-GB_to_en-US
16+
codespell -L ned --builtin clear,rare,informal,usage,code,names,en-GB_to_en-US
1817

19-
#cppcheck --error-exitcode=1 --inline-suppr --language=c++ \
20-
# --force --quiet -j4 --check-level=exhaustive
21-
#pre-commit run --all-files
22-
23-
exit 0
18+
cppcheck --error-exitcode=1 --inline-suppr --language=c++ \
19+
--force --quiet -j4 --check-level=exhaustive
2420

2521
# *** test ***
2622
msgq/test_runner

0 commit comments

Comments
 (0)