# Clippy linting configuration
# Warn on pedantic lints but allow some common patterns
= true
= "1.70"
# Allow certain lints that are too strict for our codebase
# - too_many_arguments: Common in config structs
# - module_name_repetitions: Common in domain-driven design
# - missing_errors_doc: We have comprehensive error types