Skip to content

Commit 9ebb7f6

Browse files
committed
temporarily disable the linter in the example directory, see #75
1 parent 323284f commit 9ebb7f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ $(GOLANGCI_LINT):
9595
.PHONY: lint
9696
lint: $(GOLANGCI_LINT)
9797
$(GOLANGCI_LINT) run --timeout=10m ./...
98-
cd examples && $(GOLANGCI_LINT) run --timeout=10m ./...
98+
# temporarily disable the linter in the example directory, see https://github.com/kcp-dev/code-generator/issues/75
99+
# cd examples && $(GOLANGCI_LINT) run --timeout=10m ./...
99100

100101
.PHONY: test
101102
test:

0 commit comments

Comments
 (0)