mecha10-cli 0.1.47

Mecha10 CLI tool
Documentation
1
2
3
4
5
6
7
8
9
# Clippy linting configuration
# Warn on pedantic lints but allow some common patterns
avoid-breaking-exported-api = true
msrv = "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