@@ -462,7 +462,6 @@ semgrep-all: semgrep-test semgrep-validate ## Run semgrep on all files
462
462
@echo " make: Running Semgrep checks locally (must have semgrep installed)..."
463
463
@semgrep $(SEMGREP_ARGS ) \
464
464
$(if $(filter-out $(origin PKG ) , undefined) ,--include $(PKG_NAME ) ,) \
465
- --exclude .ci/semgrep/** /* .go \
466
465
--config .ci/.semgrep.yml \
467
466
--config .ci/.semgrep-constants.yml \
468
467
--config .ci/.semgrep-test-constants.yml \
@@ -485,7 +484,6 @@ semgrep-code-quality: semgrep-test semgrep-validate ## [CI] Semgrep Checks / Cod
485
484
@echo " make: Running Semgrep checks locally (must have semgrep installed)"
486
485
@semgrep $(SEMGREP_ARGS ) \
487
486
$(if $(filter-out $(origin PKG ) , undefined) ,--include $(PKG_NAME ) ,) \
488
- --exclude .ci/semgrep/** /* .go \
489
487
--config .ci/.semgrep.yml \
490
488
--config .ci/.semgrep-constants.yml \
491
489
--config .ci/.semgrep-test-constants.yml \
@@ -514,7 +512,6 @@ semgrep-fix: semgrep-validate ## Fix Semgrep issues that have fixes
514
512
@echo " make: WARNING: This will not fix rules that don't have autofixes"
515
513
@semgrep $(SEMGREP_ARGS ) --autofix \
516
514
$(if $(filter-out $(origin PKG ) , undefined) ,--include $(PKG_NAME ) ,) \
517
- --exclude .ci/semgrep/** /* .go \
518
515
--config .ci/.semgrep.yml \
519
516
--config .ci/.semgrep-constants.yml \
520
517
--config .ci/.semgrep-test-constants.yml \
0 commit comments