Skip to content

Commit

Permalink
replace --only-errors by --log-level error
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Jul 18, 2024
1 parent 9832a42 commit f672266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ all: check html

PHONY: check
check:
@${JUVIXBIN} typecheck index.juvix --only-errors --no-stdlib
@${JUVIXBIN} typecheck index.juvix --log-level error --no-stdlib

PHONY: html
html:
Expand All @@ -25,7 +25,7 @@ JUVIXFILES?=$(shell find \
-type f -name "*.juvix" -print)

JUVIXFORMATFLAGS?=--in-place
JUVIXTYPECHECKFLAGS?=--only-errors
JUVIXTYPECHECKFLAGS?=--log-level error
FORMATCHECK?=0

.PHONY: format
Expand Down

0 comments on commit f672266

Please sign in to comment.