Skip to content

Commit 0d15bf7

Browse files
fix
Fixing json formatting issue.
1 parent 5fb2d14 commit 0d15bf7

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

pvpExceptions.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
"Editor/PackageChecker/Unity.Netcode.PackageChecker.Editor.asmdef: assembly name does not match filename: Unity.Netcode.GameObjects.Editor.PackageChecker",
1212
"Editor/Unity.Netcode.Editor.asmdef: assembly name does not match filename: Unity.Netcode.GameObjects.Editor",
1313
"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-
}
14+
]
15+
},
16+
"PVP-132-2": {
17+
"errors": [
18+
"Editor/CodeGen/Unity.Netcode.Editor.CodeGen.asmdef: name of editor assembly should end with '.Editor'",
19+
"Editor/PackageChecker/Unity.Netcode.PackageChecker.Editor.asmdef: name of editor assembly should end with '.Editor'"
20+
]
2121
}
2222
}
23+
}

0 commit comments

Comments
 (0)