mirror of
https://github.com/diesel-rs/diesel.git
synced 2024-11-20 13:27:33 +03:00
12 lines
283 B
TOML
12 lines
283 B
TOML
cognitive-complexity-threshold = 30
|
|
doc-valid-idents = [
|
|
"MiB", "GiB", "TiB", "PiB", "EiB",
|
|
"DirectX", "OpenGL", "TrueType",
|
|
"GPLv2", "GPLv3",
|
|
"GitHub",
|
|
"IPv4", "IPv6",
|
|
"JavaScript", "NaN", "OAuth",
|
|
"SQLite", "PostgreSQL", "MySQL"
|
|
]
|
|
avoid-breaking-exported-api = false
|