From 717aab81817f0d9b6d02b0e6d1499367c751faf2 Mon Sep 17 00:00:00 2001 From: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com> Date: Fri, 11 Sep 2020 14:27:49 +0200 Subject: [PATCH] regenerate Readme & exclude liiklus mock from revive (#1141) Signed-off-by: Zbynek Roubalik --- Makefile | 1 + README.md | 1 + 2 files changed, 2 insertions(+) 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)