diff --git a/Makefile b/Makefile index 9702290b519..de9b33ae589 100644 --- a/Makefile +++ b/Makefile @@ -210,6 +210,7 @@ govet: .PHONY: revive revive: revive -config revive.toml -formatter friendly \ + -exclude pkg/scalers/liiklus/mocks/mock_liiklus.go \ -exclude vendor/... \ ./... diff --git a/README.md b/README.md index 809276d0ff6..73d65b7c2da 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ We are a Cloud Native Computing Foundation (CNCF) sandbox project. - [Deploying KEDA](#deploying-keda) - [Documentation](#documentation) - [Guidelines](#guidelines) + - [Branding](#branding) - [FAQ](#faq) - [Community](#community) - [Become a listed KEDA user!](#become-a-listed-keda-user)