Bug 1761003 [wpt PR 33324] - Add comment pointing to followup bug, and fix typos...
[gecko.git] / gfx / wr / servo-tidy.toml
blobbee447cba64f5f7d93fb2f9402bb39eda959e7a2
1 [configs]
2 skip-check-length = false
3 skip-check-licenses = false
4 check-alphabetical-order = false
6 [ignore]
7 # Ignored packages with duplicated versions
8 packages = [
9     "cfg-if",
10     "core-foundation",
11     "core-foundation-sys",
12     "core-graphics",
13     "gl_generator",
14     "gleam",
15     "rand_core",
16     # https://github.com/trimental/andrew/issues/5
17     "rusttype",
18     # https://bugzilla.mozilla.org/show_bug.cgi?id=1615148
19     "smallvec",
20     "yaml-rust",
21     # These are tracked in bug 1587468, see there for pending work.
22     "proc-macro2",
23     "quote",
24     "unicode-xid",
27 # Files that are ignored for all tidy and lint checks.
28 files = [
29     "./wrench/src/egl.rs",  # Copied from glutin
32 # Many directories are currently ignored while we tidy things up
33 # gradually.
34 directories = [
35    # Generated and upstream code combined with our own. Could use cleanup
36   "./target",
37   "./webrender/src",