Skip to content

Commit c59b042

Browse files
committed
temporarily disable the linter in the example directory, see #75
1 parent f2d40b6 commit c59b042

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)