Skip to content

Commit 6910e61

Browse files
committed
Refactorized make semgrep
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
1 parent a6fdc09 commit 6910e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ codespell: ## Run codespell to fix common misspellings in text files
119119
$(VENV_DEV)/codespell -S .git,./docs/_build,./Glances.egg-info,./venv*,./glances/outputs,*.svg -L hart,bu,te,statics -w
120120

121121
semgrep: ## Run semgrep to find bugs and enforce code standards
122-
./venv-dev/bin/semgrep scan --config=auto
122+
$(VENV_DEV)/semgrep scan --config=auto
123123

124124
profiling-gprof: ## Callgraph profiling (need "apt install graphviz")
125125
@echo "Start Glances for 30 iterations (more or less 1 mins, please do not exit !)"

0 commit comments

Comments
 (0)