Skip to content

Commit 717aab8

Browse files
authored
regenerate Readme & exclude liiklus mock from revive (#1141)
Signed-off-by: Zbynek Roubalik <[email protected]>
1 parent db1907e commit 717aab8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ govet:
210210
.PHONY: revive
211211
revive:
212212
revive -config revive.toml -formatter friendly \
213+
-exclude pkg/scalers/liiklus/mocks/mock_liiklus.go \
213214
-exclude vendor/... \
214215
./...
215216

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ We are a Cloud Native Computing Foundation (CNCF) sandbox project.
3535
- [Deploying KEDA](#deploying-keda)
3636
- [Documentation](#documentation)
3737
- [Guidelines](#guidelines)
38+
- [Branding](#branding)
3839
- [FAQ](#faq)
3940
- [Community](#community)
4041
- [Become a listed KEDA user!](#become-a-listed-keda-user)

0 commit comments

Comments
 (0)