Skip to content

Commit

Permalink
Replace --only-errors (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira authored Jul 23, 2024
1 parent e083658 commit 2b647bc
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 2b647bc

Please sign in to comment.