]> git.lizzy.rs Git - rust.git/blobdiff - lintcheck/lintcheck_crates.toml
Auto merge of #9765 - koka831:feat/manual_is_ascii_check, r=xFrednet
[rust.git] / lintcheck / lintcheck_crates.toml
index ebbe9c9ae675f0039510d8e736cc2a79fbadf59c..52f7fee47b616e578e4b78be944adc1117e6a977 100644 (file)
@@ -33,3 +33,11 @@ cfg-expr = {name = "cfg-expr", versions = ['0.7.1']}
 puffin = {name = "puffin", git_url = "https://github.com/EmbarkStudios/puffin", git_hash = "02dd4a3"}
 rpmalloc = {name = "rpmalloc", versions = ['0.2.0']}
 tame-oidc = {name = "tame-oidc", versions = ['0.1.0']}
+
+[recursive]
+ignore = [
+    # Takes ~30s to lint
+    "combine",
+    # Has 1.2 million `clippy::match_same_arms`s
+    "unicode-normalization",
+]