# Clippy configuration for spatial-narrative
# See: https://doc.rust-lang.org/clippy/configuration.html
# Allow slightly longer functions in this library
= 8
= 150
# Type complexity threshold
= 350
# Cognitive complexity threshold
= 30
# Documentation requirements
= true
# Allow certain patterns common in geo/scientific code
= ["x", "y", "z", "id", "ts", "dt", "i", "j", "k", "n"]
# MSRV - minimum supported Rust version
= "1.75.0"