gecko-dev/gfx/wr/servo-tidy.toml
Dzmitry Malyshau 4bfcb3fba0 Bug 1579318 - Switch mozangle dependency of Wrench to 0.2 r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D44934

--HG--
extra : moz-landing-system : lando
2019-09-06 16:55:52 +00:00

36 lines
840 B
TOML

[configs]
skip-check-length = false
skip-check-licenses = false
check-alphabetical-order = false
[ignore]
# Ignored packages with duplicated versions
packages = [
"crossbeam-utils",
"gl_generator",
"lazy_static",
"nix",
"percent-encoding",
"rand",
"rand_core",
"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
"./ci-scripts/wrupdater/converter.py", # servo-tidy doesn't like python3
"./ci-scripts/wrupdater/read-json.py", # servo-tidy doesn't like python3
]
# 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",
]