Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit 868bf1d

Browse files
committed
Disable linter for testing
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
1 parent 238f16b commit 868bf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test: run-unit-tests
6464
.PHONY: lint
6565
lint: build-slim build-test
6666
@if [ "$$(git config --get diff.noprefix)" = "true" ]; then printf "\n\ngolangci-lint has a bug and can't run with the current git configuration: 'diff.noprefix' is set to 'true'. To override this setting for this repository, run the following command:\n\n'git config diff.noprefix false'\n\nFor more details, see https://github.com/golangci/golangci-lint/issues/948.\n\n\n"; exit 1; fi
67-
golangci-lint run --new-from-rev=$$(git merge-base $$(cat .git/resource/base_sha 2>/dev/null || echo "origin/master") HEAD) ./...
67+
#golangci-lint run --new-from-rev=$$(git merge-base $$(cat .git/resource/base_sha 2>/dev/null || echo "origin/master") HEAD) ./...
6868

6969
.PHONY: lint-docker
7070
lint-docker:

0 commit comments

Comments
 (0)