We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--strict_message
1 parent b056ff0 commit 1bcf22dCopy full SHA for 1bcf22d
Makefile
@@ -11,7 +11,7 @@ export PATH := $(BIN):$(PATH)
11
export GOBIN := $(abspath $(BIN))
12
# Set to use a different Python interpreter. For example, `PYTHON=python make test`.
13
PYTHON ?= python3
14
-CONFORMANCE_ARGS ?= --strict --expected_failures=tests/conformance/nonconforming.yaml --timeout 10s
+CONFORMANCE_ARGS ?= --strict --strict_message --expected_failures=tests/conformance/nonconforming.yaml --timeout 10s
15
ADD_LICENSE_HEADER := $(BIN)/license-header \
16
--license-type apache \
17
--copyright-holder "Buf Technologies, Inc." \
0 commit comments