Skip to content
Snippets Groups Projects
Commit 34796f9a authored by Ralf Jung's avatar Ralf Jung
Browse files

coq-lint: follow the style of other make messages

parent 10ee8561
No related branches found
No related tags found
No related merge requests found
Pipeline #48195 passed
...@@ -9,7 +9,7 @@ real-all: style $(if $(NO_TEST),,test) ...@@ -9,7 +9,7 @@ real-all: style $(if $(NO_TEST),,test)
style: $(VFILES) coq-lint.sh style: $(VFILES) coq-lint.sh
# Make sure everything imports the options, and some general linting. # Make sure everything imports the options, and some general linting.
$(SHOW)"Performing some style checks..." $(SHOW)"COQLINT"
$(HIDE)for FILE in $(VFILES); do \ $(HIDE)for FILE in $(VFILES); do \
if ! fgrep -q 'From stdpp Require Import options.' "$$FILE"; then echo "ERROR: $$FILE does not import 'options'."; echo; exit 1; fi ; \ if ! fgrep -q 'From stdpp Require Import options.' "$$FILE"; then echo "ERROR: $$FILE does not import 'options'."; echo; exit 1; fi ; \
./coq-lint.sh "$$FILE" || exit 1; \ ./coq-lint.sh "$$FILE" || exit 1; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment