fabro/lib/crates/fabro-cli
Bryan Helmkamp 0b90305432 Enforce no-inline-qualified-paths via clippy absolute_paths lint
Add clippy.toml with absolute-paths-max-segments = 2 (allowing std/core/alloc)
and enable the absolute_paths = "warn" lint workspace-wide. Fix all ~300
violations across the codebase: replace 3+-segment inline paths with use
statements so call sites read as operations::create() rather than
fabro_workflows::operations::create(). The demo module gets an allow
attribute since it constructs many API types by design.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 13:47:08 -04:00
..
src Enforce no-inline-qualified-paths via clippy absolute_paths lint 2026-03-29 13:47:08 -04:00
tests Clean up runtime path docs and test comment 2026-03-29 13:47:08 -04:00
build.rs Move git SHA/build date from fabro-util to fabro-cli build.rs 2026-03-13 15:03:12 -04:00
Cargo.toml Enforce no-wildcard-imports via clippy workspace lint 2026-03-29 13:47:08 -04:00