Skip to content

Commit

Permalink
Update Makefile.coderules
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Dec 18, 2024
1 parent c8fb6d7 commit 0586755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCRAM/GMake/Makefile.coderules
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ code-checks-apply:
@echo PYTHONPATH=$$PYTHONPATH && echo PYTHON3PATH=$$PYTHON3PATH
@echo PATH=$$PATH
@env
@which python3 ; python3 -c 'import yaml' || true
@which python3 ; python3 -c 'import yaml' || true ; ls -l $(LOCALTOP)/config/SCRAM/hooks/runtime
@if [ -d $(WORKINGDIR)/code-checks ] ; then \
$(LOCALTOP)/$(SCRAM_CONFIGDIR)/SCRAM/fix-code-checks-yaml.py $(WORKINGDIR)/code-checks &&\
$(CMD_echo) clang-apply-replacements $(USER_CODE_CHECKS_APPLY_ARGS) $(WORKINGDIR)/code-checks &&\
Expand Down

0 comments on commit 0586755

Please sign in to comment.