Skip to content

Commit 1656b43

Browse files
committed
plugins/omclickhouse: fix metadata formatting issues
Fixes the module metadata YAML to satisfy linting by removing inline backticks, wrapping long strings, and using folded blocks for notes. This resolves CI syntax errors introduced when documenting the mock ClickHouse coverage. AI-Agent: ChatGPT
1 parent b49753a commit 1656b43

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
support_status: core-supported
22
maturity_level: mature
3-
primary_contact: "GitHub Discussions & Issues <https://github.com/rsyslog/rsyslog/discussions>"
3+
primary_contact: >-
4+
GitHub Discussions & Issues <https://github.com/rsyslog/rsyslog/discussions>
45
last_reviewed: 2024-07-23
56
build_dependencies:
67
- libcurl development headers
78
- json-c development headers
89
runtime_dependencies:
910
- ClickHouse server reachable over HTTP(S)
10-
- `clickhouse-client` CLI for local testing
11+
- clickhouse-client CLI for local testing
1112
ci_targets: []
1213
documentation: []
1314
notes:
14-
- Module posts SQL INSERT statements via the ClickHouse HTTP interface and relies on libcurl for transport.
15-
- Quick CI coverage now uses tests/clickhouse-mock-server.py with tests/clickhouse-mock.sh to emulate a ClickHouse endpoint; heavier integration scripts exit 77 until reworked.
15+
- >-
16+
Module posts SQL INSERT statements via the ClickHouse HTTP interface and
17+
relies on libcurl for transport.
18+
- >-
19+
Quick CI coverage now uses tests/clickhouse-mock-server.py together with
20+
tests/clickhouse-mock.sh to emulate a ClickHouse endpoint; heavier
21+
integration scripts exit 77 until they are reworked.

0 commit comments

Comments
 (0)