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 16, 2024
1 parent 1431031 commit c8fb6d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SCRAM/GMake/Makefile.coderules
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ code-checks-all: code-checks-run
@$(MAKE) -f $(SCRAM_MAKEFILE) code-checks-apply
code-checks-apply:
@echo PYTHONPATH=$$PYTHONPATH && echo PYTHON3PATH=$$PYTHON3PATH
@echo PATH=$$PATH
@env
@which python3 ; python3 -c 'import yaml' || true
@if [ -d $(WORKINGDIR)/code-checks ] ; then \
$(LOCALTOP)/$(SCRAM_CONFIGDIR)/SCRAM/fix-code-checks-yaml.py $(WORKINGDIR)/code-checks &&\
Expand Down

0 comments on commit c8fb6d7

Please sign in to comment.