mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 16:33:20 +08:00
maybe this time
This commit is contained in:
parent
2e286e2cb4
commit
31d7708a2e
7
Makefile
7
Makefile
@ -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!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user