Skip to content

Commit bde6a6b

Browse files
authored
Lua: Remove plugins from .luacheckrc & E2E docs. (#11872)
1 parent e6851d9 commit bde6a6b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.luacheckrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
std = 'ngx_lua'
22
max_line_length = 100
3-
exclude_files = {'./rootfs/etc/nginx/lua/test/**/*.lua', './rootfs/etc/nginx/lua/plugins/**/test/**/*.lua'}
3+
exclude_files = {'./rootfs/etc/nginx/lua/test/**/*.lua'}
44
files["rootfs/etc/nginx/lua/lua_ingress.lua"] = {
55
ignore = { "122" },
66
-- TODO(elvinefendi) figure out why this does not work

docs/e2e-tests.md

-2
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,6 @@ Do not try to edit it manually.
495495
- [should include opentelemetry_trust_incoming_spans on directive when enabled](https://github.com/kubernetes/ingress-nginx/tree/main//test/e2e/settings/opentelemetry.go#L76)
496496
- [should not exists opentelemetry_operation_name directive when is empty](https://github.com/kubernetes/ingress-nginx/tree/main//test/e2e/settings/opentelemetry.go#L91)
497497
- [should exists opentelemetry_operation_name directive when is configured](https://github.com/kubernetes/ingress-nginx/tree/main//test/e2e/settings/opentelemetry.go#L106)
498-
### [plugins](https://github.com/kubernetes/ingress-nginx/tree/main//test/e2e/settings/plugins.go#L28)
499-
- [should exist a x-hello-world header](https://github.com/kubernetes/ingress-nginx/tree/main//test/e2e/settings/plugins.go#L35)
500498
### [proxy-connect-timeout](https://github.com/kubernetes/ingress-nginx/tree/main//test/e2e/settings/proxy_connect_timeout.go#L29)
501499
- [should set valid proxy timeouts using configmap values](https://github.com/kubernetes/ingress-nginx/tree/main//test/e2e/settings/proxy_connect_timeout.go#L37)
502500
- [should not set invalid proxy timeouts using configmap values](https://github.com/kubernetes/ingress-nginx/tree/main//test/e2e/settings/proxy_connect_timeout.go#L53)

0 commit comments

Comments
 (0)