Skip to content

Commit 9f11de9

Browse files
update
After looking around internally it appears that there is no way to get around this one particular issue. Adding an exception for the Unity.Netcode.Editor.CodeGen since access to Unity.CompilationPipeline requires the assembly to end with ".CodeGen".
1 parent 4a1221d commit 9f11de9

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

pvpExceptions.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
2-
"exempts": {
3-
"PVP-41-1": {
4-
"errors": [
5-
"CHANGELOG.md: line 9: Unreleased section is not allowed for public release"
6-
]
7-
}
2+
"exempts": {
3+
"PVP-41-1": {
4+
"errors": [
5+
"CHANGELOG.md: line 9: Unreleased section is not allowed for public release"
6+
]
7+
},
8+
"PVP-132-2": {
9+
"errors": [
10+
"Editor/CodeGen/Unity.Netcode.Editor.CodeGen.asmdef: name of editor assembly should end with '.Editor'"
11+
]
812
}
13+
}
914
}

0 commit comments

Comments
 (0)