Skip to content

Commit 17f0a17

Browse files
update: PVP-Exceptions
Adding some exceptions to the v3.x.x branch until we determine if we want to rename those assemblies or have them all in one assembly.
1 parent a5b5e89 commit 17f0a17

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

pvpExceptions.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@
55
"CHANGELOG.md: line 9: Unreleased section is not allowed for public release"
66
]
77
},
8-
"PVP-132-2": {
8+
"PVP-130-2": {
99
"errors": [
10-
"Editor/CodeGen/Unity.Netcode.Editor.CodeGen.asmdef: name of editor assembly should end with '.Editor'"
11-
]
10+
"Editor/CodeGen/Unity.Netcode.Editor.CodeGen.asmdef: assembly name does not match filename: Unity.Netcode.GameObjects.Editor.CodeGen",
11+
"Editor/PackageChecker/Unity.Netcode.PackageChecker.Editor.asmdef: assembly name does not match filename: Unity.Netcode.GameObjects.Editor.PackageChecker",
12+
` "Editor/Unity.Netcode.Editor.asmdef: assembly name does not match filename: Unity.Netcode.GameObjects.Editor",
13+
"Tests/Editor/Unity.Netcode.Editor.Tests.asmdef: assembly name does not match filename: Unity.Netcode.GameObjects.Editor.Tests"
14+
],
15+
"PVP-132-2": {
16+
"errors": [
17+
"Editor/CodeGen/Unity.Netcode.Editor.CodeGen.asmdef: name of editor assembly should end with '.Editor'",
18+
"Editor/PackageChecker/Unity.Netcode.PackageChecker.Editor.asmdef: name of editor assembly should end with '.Editor'"
19+
]
20+
}
1221
}
1322
}
14-
}

0 commit comments

Comments
 (0)