gecko-dev/gfx/wr/servo-tidy.toml

32 строки
646 B
TOML

[configs]
skip-check-length = false
skip-check-licenses = false
check-alphabetical-order = false
[ignore]
# Ignored packages with duplicated versions
packages = [
"crossbeam-epoch",
"crossbeam-utils",
"lazy_static",
"log",
"rand",
"winapi",
"core-graphics",
"core-text",
"yaml-rust",
]
# Files that are ignored for all tidy and lint checks.
files = [
"./wrench/src/egl.rs", # Copied from glutin
]
# Many directories are currently ignored while we tidy things up
# gradually.
directories = [
# Generated and upstream code combined with our own. Could use cleanup
"./target",
"./webrender/src",
]