disallowed-methods = []
too-many-arguments-threshold = 7
type-complexity-threshold = 250
enum-variant-size-threshold = 150
cognitive-complexity-threshold = 20
doc-valid-idents = ["PersistentVector", "HKT", "Functor", "Applicative", "Monad", "fmap", "Monoid", "Semigroup", "Foldable"]
array-size-threshold = 8
large-error-threshold = 100
verbose-bit-mask-threshold = 1
excessive-nesting-threshold = 6
disallowed-types = [
]
disallowed-names = [
]
check-private-items = true
missing-docs-in-crate-items = true
too-many-lines-threshold = 200