Skip to content

Commit 24a2882

Browse files
committed
Fix linting
1 parent f30c934 commit 24a2882

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/agents/knowledge/metadata-yaml-format.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ For `otel.instrumentation.*` properties not in SPECIAL_MAPPINGS:
4848

4949
1. Strip `otel.instrumentation.` prefix
5050
2. Replace `-` with `_` (kebab-case → snake_case)
51-
3. Handle `experimental` per path segment:
52-
53-
- a segment that is exactly `experimental` is removed, and `/development` is appended to the following segment
54-
- a segment that already contains `experimental` keeps that text in the segment name, and `/development` is appended to that same segment
55-
51+
3. Handle `experimental` per path segment: a segment that is exactly `experimental` is removed,
52+
and `/development` is appended to the following segment; a segment that already contains
53+
`experimental` keeps that text in the segment name, and `/development` is appended to that
54+
same segment.
5655
4. Prepend `java.`
5756

5857
Examples:

0 commit comments

Comments
 (0)