fix
Automatically fix lint warnings.
Description
Runs clang-tidy with --fix flag on all .c files in src/ and tests/, applying automatic fixes for code quality issues.
Usage
coffee fix [options]
Options
--verbose- Print the command being executed
Implementation Notes
- Uses clang-tidy with –fix flag
- Include flags: -Isrc, -Iinclude, -I., -Ideps, -Iinclude/
- Requires clang-tidy to be installed
Need help?
Please wait: the project is still pre-alpha!
Cup of Coffee is an open source project inspired by Cargo, Rustup Crates, and Conda-forge.