un-inception/lint-results/lint-results.xml
russell@unturf.com 707fcbc7b7 chore: bump version to 4.3.1
CI/CD fixes release:
- Lint script now finds SDKs in clients/ directory structure
- Perl lint gracefully skips when modules missing
- Python examples exit 0 when API keys missing (CI-friendly)
- validate-examples.sh race condition fixed
2026-02-08 06:01:34 -05:00

13 lines
509 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="SDK Linting" tests="7" failures="0">
<testcase name="python-sync" classname="lint" />
<testcase name="python-async" classname="lint" />
<testcase name="javascript-sync" classname="lint" />
<testcase name="javascript-async" classname="lint" />
<testcase name="perl-sync" classname="lint" />
<testcase name="bash-sync" classname="lint" />
<testcase name="c-cli" classname="lint" />
</testsuite>
</testsuites>