# Package-local clippy configuration for ralph-workflow.
# Keep lint policy strict while configuring thresholds for structural lints.
= 500
= 32
# ~652KB stack frame detected in test code (clippy emits no source location
# for large_stack_frames/large_stack_arrays when the function is generated
# by macro expansion - known clippy limitation).
# Threshold raised incrementally as test suites grow (more TestDescAndFn entries).
# Last raised after additional git helper/worktree coverage pushed the
# generated lib-test harness slightly above the previous limit.
= 652000
= 65536