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.
1 parent f2d40b6 commit c59b042Copy full SHA for c59b042
Makefile
@@ -95,7 +95,8 @@ $(GOLANGCI_LINT):
95
.PHONY: lint
96
lint: $(GOLANGCI_LINT)
97
$(GOLANGCI_LINT) run --timeout=10m ./...
98
- cd examples && $(GOLANGCI_LINT) run --timeout=10m ./...
+# 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 ./...
100
101
.PHONY: test
102
test:
0 commit comments