Refactorized `make semgrep`

Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
pull/2907/head
Ariel Otilibili 2024-08-05 23:40:34 +02:00
parent a6fdc098b9
commit 6910e61bde
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ codespell: ## Run codespell to fix common misspellings in text files
$(VENV_DEV)/codespell -S .git,./docs/_build,./Glances.egg-info,./venv*,./glances/outputs,*.svg -L hart,bu,te,statics -w
semgrep: ## Run semgrep to find bugs and enforce code standards
./venv-dev/bin/semgrep scan --config=auto
$(VENV_DEV)/semgrep scan --config=auto
profiling-gprof: ## Callgraph profiling (need "apt install graphviz")
@echo "Start Glances for 30 iterations (more or less 1 mins, please do not exit !)"