Skip to content

docs: add benchmarks to ReadTheDocs documentation

d9465ad
Select commit
Loading
Failed to load commit list.
Merged

feat: add CLI support for json2xml-py #266

docs: add benchmarks to ReadTheDocs documentation
d9465ad
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 14, 2026 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 231 in json2xml/cli.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.