# SPDX-License-Identifier: MIT OR Apache-2.0
# Clippy configuration for context7-cli.
# Activates pedantic and nursery lints with sensible allows for a CLI project.
# Allow these pedantic lints in this project.
= false
# Cognitive complexity threshold.
= 30
# Maximum number of lines for a function.
= 200
# Type complexity threshold.
= 250
# Disallow these lints completely.
= []
= []