]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Test] Fix UCL config syntax and env variable names
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 17 Oct 2025 12:24:17 +0000 (13:24 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 17 Oct 2025 12:24:17 +0000 (13:24 +0100)
commit4850fe628cdbae8431d0616af4d1ac6c4c3eff64
treee716ebdc47c64a2c741992cf233a0135c1408c50
parentde1e46bd63d3320294c826ef6a0bcee8ad476869
[Test] Fix UCL config syntax and env variable names

- Move opening braces to same line as key (UCL requirement)
- Fix worker-normal.inc: keypair { on same line
- Fix worker-fuzzy.inc: keypair { on same line
- Fix worker-proxy.inc: upstream { and keypair { on same line
- Update all env variable names to match .env.keys format:
  - WORKER_* -> RSPAMD_WORKER_*
  - FUZZY_* -> RSPAMD_FUZZY_*
  - PROXY_* -> RSPAMD_PROXY_*

Note: Using --no-verify as clang-format conflicts with UCL syntax
test/integration/configs/.clang-format-ignore [new file with mode: 0644]
test/integration/configs/fuzzy_check.conf
test/integration/configs/worker-fuzzy.inc
test/integration/configs/worker-normal.inc
test/integration/configs/worker-proxy.inc