]> git.lizzy.rs Git - rust.git/blob - lintcheck/lintcheck_crates.toml
Auto merge of #9765 - koka831:feat/manual_is_ascii_check, r=xFrednet
[rust.git] / lintcheck / lintcheck_crates.toml
1 [crates]
2 # some of these are from cargotest
3 cargo = {name = "cargo", versions = ['0.64.0']}
4 iron = {name = "iron", versions = ['0.6.1']}
5 ripgrep = {name = "ripgrep", versions = ['12.1.1']}
6 xsv = {name = "xsv", versions = ['0.13.0']}
7 # commented out because of 173K clippy::match_same_arms msgs in language_type.rs
8 #tokei = { name = "tokei", versions = ['12.0.4']}
9 rayon = {name = "rayon", versions = ['1.5.0']}
10 serde = {name = "serde", versions = ['1.0.118']}
11 # top 10 crates.io dls
12 bitflags = {name = "bitflags", versions = ['1.2.1']}
13 # crash = {name = "clippy_crash", path = "/tmp/clippy_crash"}
14 libc = {name = "libc", versions = ['0.2.81']}
15 log = {name = "log", versions = ['0.4.11']}
16 proc-macro2 = {name = "proc-macro2", versions = ['1.0.24']}
17 quote = {name = "quote", versions = ['1.0.7']}
18 rand = {name = "rand", versions = ['0.7.3']}
19 rand_core = {name = "rand_core", versions = ['0.6.0']}
20 regex = {name = "regex", versions = ['1.3.2']}
21 syn = {name = "syn", versions = ['1.0.54']}
22 unicode-xid = {name = "unicode-xid", versions = ['0.2.1']}
23 # some more of dtolnays crates
24 anyhow = {name = "anyhow", versions = ['1.0.38']}
25 async-trait = {name = "async-trait", versions = ['0.1.42']}
26 cxx = {name = "cxx", versions = ['1.0.32']}
27 ryu = {name = "ryu", versions = ['1.0.5']}
28 serde_yaml = {name = "serde_yaml", versions = ['0.8.17']}
29 thiserror = {name = "thiserror", versions = ['1.0.24']}
30 # some embark crates, there are other interesting crates but
31 # unfortunately adding them increases lintcheck runtime drastically
32 cfg-expr = {name = "cfg-expr", versions = ['0.7.1']}
33 puffin = {name = "puffin", git_url = "https://github.com/EmbarkStudios/puffin", git_hash = "02dd4a3"}
34 rpmalloc = {name = "rpmalloc", versions = ['0.2.0']}
35 tame-oidc = {name = "tame-oidc", versions = ['0.1.0']}
36
37 [recursive]
38 ignore = [
39     # Takes ~30s to lint
40     "combine",
41     # Has 1.2 million `clippy::match_same_arms`s
42     "unicode-normalization",
43 ]