lint
Installation
SKILL.md
Lint and Format Codebase
Run linting on the codebase: $ARGUMENTS
Available Lint Types
- (no argument) - Run all linters:
just lint corcpp- Run C/C++ linting only:just lint-cpythonorpy- Run Python linting only:just lint-pythonformat- Format all code:just formatformat-check- Check formatting without modifying:just format-check
Tools Used
- C/C++: cppcheck for static analysis, clang-format for formatting
- Python: ruff for linting and formatting
Report any issues found with file locations and descriptions.
For formatting issues, suggest running just format to auto-fix.