-
Notifications
You must be signed in to change notification settings - Fork 463
Expand file tree
/
Copy pathpvpExceptions.json
More file actions
23 lines (23 loc) · 1.04 KB
/
Copy pathpvpExceptions.json
File metadata and controls
23 lines (23 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"exempts": {
"PVP-41-1": {
"errors": [
"CHANGELOG.md: line 9: Unreleased section is not allowed for public release"
]
},
"PVP-130-2": {
"errors": [
"Editor/CodeGen/Unity.Netcode.Editor.CodeGen.asmdef: assembly name does not match filename: Unity.Netcode.GameObjects.Editor.CodeGen",
"Editor/PackageChecker/Unity.Netcode.PackageChecker.Editor.asmdef: assembly name does not match filename: Unity.Netcode.GameObjects.PackageChecker.Editor",
"Editor/Unity.Netcode.Editor.asmdef: assembly name does not match filename: Unity.Netcode.GameObjects.Editor",
"Tests/Editor/Unity.Netcode.Editor.Tests.asmdef: assembly name does not match filename: Unity.Netcode.GameObjects.Editor.Tests"
]
},
"PVP-132-2": {
"errors": [
"Editor/CodeGen/Unity.Netcode.Editor.CodeGen.asmdef: name of editor assembly should end with '.Editor'",
"Editor/PackageChecker/Unity.Netcode.PackageChecker.Editor.asmdef: name of editor assembly should end with '.Editor'"
]
}
}
}