diesel/clippy.toml

12 lines
283 B
TOML
Raw Normal View History

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"
]
2022-01-24 17:46:36 +03:00
avoid-breaking-exported-api = false