13 Commits

Author SHA1 Message Date
a5050e4b49 fix: resolve CI linting failures
Some checks failed
CI / lint (push) Failing after 11s
CI / test (push) Failing after 9s
- Fix corrupted docstrings (curly braces to quotes)
- Sort imports according to ruff standards
- Split long line in javascript.py for readability
- Add module-level docstrings to test files
- Add docstring to BaseGenerator.__init__ method
- Fix regex pattern in RustDetector
2026-01-31 17:48:05 +00:00
66090f8f86 fix: resolve CI linting failures
Some checks failed
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
- Fix corrupted docstrings (curly braces to quotes)
- Sort imports according to ruff standards
- Split long line in javascript.py for readability
- Add module-level docstrings to test files
- Add docstring to BaseGenerator.__init__ method
- Fix regex pattern in RustDetector
2026-01-31 17:48:03 +00:00
86134f8434 fix: resolve CI linting failures in test files
Some checks failed
CI / test (push) Failing after 12s
2026-01-31 17:35:01 +00:00
1852cf5a67 fix: resolve CI linting failures in test files
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 17:35:00 +00:00
a4509da172 fix: resolve CI linting violations
Some checks failed
CI / test (push) Failing after 12s
- Fixed import sorting in cli.py, __main__.py, detectors/__init__.py, base.py, python.py, rust.py, openapi.py, models/__init__.py
- Removed unused imports (sys, asyncio, Observer, Text, Parameter, ParameterIn, HTTPMethod, DocConfig, List, Optional)
- Removed trailing whitespace from blank lines
- Split lines exceeding 100 characters
- Added missing __init__ docstrings in generators and static/templates packages
2026-01-31 17:26:25 +00:00
de36111b6d fix: resolve CI linting violations
Some checks failed
CI / test (push) Has been cancelled
- Fixed import sorting in cli.py, __main__.py, detectors/__init__.py, base.py, python.py, rust.py, openapi.py, models/__init__.py
- Removed unused imports (sys, asyncio, Observer, Text, Parameter, ParameterIn, HTTPMethod, DocConfig, List, Optional)
- Removed trailing whitespace from blank lines
- Split lines exceeding 100 characters
- Added missing __init__ docstrings in generators and static/templates packages
2026-01-31 17:26:23 +00:00
b19d6d486c Add integration tests
Some checks failed
CI / test (push) Failing after 11s
2026-01-31 17:15:18 +00:00
0a610897dc Add integration tests
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 17:15:18 +00:00
442e8fb826 Add unit tests
Some checks failed
CI / test (push) Failing after 9s
2026-01-31 17:14:31 +00:00
deaf743e67 Add unit tests
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 17:14:31 +00:00
bd53fe89d6 Add unit tests
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 17:14:31 +00:00
14fe8f3416 Add unit tests
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 17:14:30 +00:00
ffef80826d Add unit tests
Some checks failed
CI / test (push) Has been cancelled
2026-01-31 17:14:30 +00:00