[]
= [
# Technical terms and identifiers
"([A-Z][a-z]*){2,}", # CamelCase
"[a-z]+_[a-z]+", # snake_case variables
]
[]
# Add your project-specific terms here
= "utoipa"
= "axum"
= "sqlx"
= "chrono"
= "tokio"
= "rustls"
# Technical terms
= "anonymization"
= "anonymize"
= "anonymized"
[]
= ["target/", "Cargo.lock", "*.log", ".git/"]