diff --git a/Makefile b/Makefile index 4978254..ccdd8a7 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ci-unit-test: ci-static-analysis: grep -R 'const allowTestDataCapture = false' runtime/ui/viewmodel go vet ./... - @! gofmt -s -l . 2>&1 | grep -vE '^\.git/' | grep -vE '^\.cache/' + gofmt -s -l . 2>&1 | grep -vE '^\.git/' | grep -vE '^\.cache/' golangci-lint run ci-install-go-tools: