Skip to content

Commit 408c49c

Browse files
Update to latest version of buf and license-header (#462)
Also ignore yaml files that don't need headers.
1 parent 7aae31b commit 408c49c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ BIN := .tmp/bin
1010
export PATH := $(BIN):$(PATH)
1111
export GOBIN := $(abspath $(BIN))
1212
export PYTHONPATH ?= gen
13-
BUF_VERSION := 1.62.1
13+
BUF_VERSION := 1.69.0
1414
CONFORMANCE_ARGS ?= --strict_message --expected_failures=test/conformance/nonconforming.yaml --timeout 10s
1515
ADD_LICENSE_HEADER := $(BIN)/license-header \
16+
--ignore .github \
17+
--ignore buf.yaml \
18+
--ignore buf.gen.yaml \
19+
--ignore test/conformance/*.yaml \
1620
--license-type apache \
1721
--copyright-holder "Buf Technologies, Inc." \
1822
--year-range "2023-2026"

0 commit comments

Comments
 (0)