mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Auto merge of #15774 - mbrubeck:tidy, r=nox
Remove tidy exceptions for serde and syn r? @nox
This commit is contained in:
commit
7902842730
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ num = []
|
||||||
|
|
||||||
[ignore]
|
[ignore]
|
||||||
# Ignored packages with duplicated versions
|
# Ignored packages with duplicated versions
|
||||||
packages = ["byteorder", "serde_codegen_internals", "syn"]
|
packages = ["byteorder"]
|
||||||
# Files that are ignored for all tidy and lint checks.
|
# Files that are ignored for all tidy and lint checks.
|
||||||
files = [
|
files = [
|
||||||
# Generated and upstream code combined with our own. Could use cleanup
|
# Generated and upstream code combined with our own. Could use cleanup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue