fabro/lib/crates/fabro-config/src
Bryan Helmkamp 2dbf656e42 Rename *config* variables/params that hold *Settings types
Local variables and function parameters named with "config" but holding
*Settings types (FabroSettings, TlsSettings, ApiSettings, LlmSettings)
are renamed to use "settings" for consistency with the type system.
Module paths (cli_config::) and struct fields are unchanged.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:09 -04:00
..
cli.rs Enforce no-inline-qualified-paths via clippy absolute_paths lint 2026-03-29 13:47:08 -04:00
combine.rs Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
config.rs Enable additional pedantic clippy lints and fix violations 2026-03-29 13:47:08 -04:00
dotenv.rs Apply rustfmt 2024 style edition across workspace 2026-03-29 13:47:08 -04:00
hook.rs Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
lib.rs Enforce no-inline-qualified-paths via clippy absolute_paths lint 2026-03-29 13:47:08 -04:00
mcp.rs Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
project.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
run.rs Apply rustfmt 2024 style edition across workspace 2026-03-29 13:47:08 -04:00
sandbox.rs Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
server.rs Rename *config* variables/params that hold *Settings types 2026-03-29 13:47:09 -04:00
settings.rs Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00