diff --git a/Makefile b/Makefile index e7974a947101..57c246a7ca4b 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,6 @@ BUILD_X2=-X $(BUILD_INFO_IMPORT_PATH).Version=$(VERSION) endif BUILD_X3=-X github.com/open-telemetry/opentelemetry-collector/internal/version.BuildType=$(BUILD_TYPE) BUILD_INFO=-ldflags "${BUILD_X1} ${BUILD_X2} ${BUILD_X3}" -LINT=golangci-lint STATIC_CHECK=staticcheck .DEFAULT_GOAL := all diff --git a/Makefile.Common b/Makefile.Common index dee06183f73e..01a1c39575c4 100644 --- a/Makefile.Common +++ b/Makefile.Common @@ -19,6 +19,7 @@ ADDLICENCESE= addlicense MISSPELL=misspell -error MISSPELL_CORRECTION=misspell -w STATICCHECK=staticcheck +LINT=golangci-lint IMPI=impi # BUILD_TYPE should be one of (dev, release). BUILD_TYPE?=release