maybe this time

This commit is contained in:
Eric Froemling 2023-05-16 13:31:58 -07:00
parent 2e286e2cb4
commit 31d7708a2e
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -653,8 +653,11 @@ format-makefile: prereqs
# Run all project checks. (static analysis)
check: py_check_prepass
@$(DMAKE) -j$(CPUS) update-check cpplint pylint mypy
# TEMP - disabling some checks during 1.7.20 refactor.
@$(DMAKE) -j$(CPUS) update-check cpplint mypy
@tools/pcommand echo SGRN BLD ALL CHECKS PASSED!
# @$(DMAKE) -j$(CPUS) update-check cpplint pylint mypy
# @tools/pcommand echo SGRN BLD ALL CHECKS PASSED!
# Same as check but no caching (all files are checked).
check-full: py_check_prepass
@ -675,7 +678,7 @@ check2: py_check_prepass
# @$(DMAKE) -j$(CPUS) update-check cpplint-full pylint-full mypy-full \
# pycharm-full
# @tools/pcommand echo SGRN BLD ALL CHECKS PASSED!
# TEMP - disabling some during refactor.
# TEMP - disabling some checks during 1.7.20 refactor.
check2-full: py_check_prepass
@$(DMAKE) -j$(CPUS) update-check cpplint-full mypy-full
@tools/pcommand echo SGRN BLD ALL CHECKS PASSED!