We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1907e commit 717aab8Copy full SHA for 717aab8
Makefile
@@ -210,6 +210,7 @@ govet:
210
.PHONY: revive
211
revive:
212
revive -config revive.toml -formatter friendly \
213
+ -exclude pkg/scalers/liiklus/mocks/mock_liiklus.go \
214
-exclude vendor/... \
215
./...
216
README.md
@@ -35,6 +35,7 @@ We are a Cloud Native Computing Foundation (CNCF) sandbox project.
35
- [Deploying KEDA](#deploying-keda)
36
- [Documentation](#documentation)
37
- [Guidelines](#guidelines)
38
+ - [Branding](#branding)
39
- [FAQ](#faq)
40
- [Community](#community)
41
- [Become a listed KEDA user!](#become-a-listed-keda-user)
0 commit comments