Skip to content

Commit e1a8324

Browse files
committed
Revert "Clear out exceptions entirely"
This reverts commit 03b53c3.
1 parent 03b53c3 commit e1a8324

1 file changed

Lines changed: 65 additions & 1 deletion

File tree

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,68 @@
11
{
2-
"ErrorExceptions": [],
2+
"ErrorExceptions": [
3+
{
4+
"ValidationTest": "API Validation",
5+
"ExceptionMessage": "Breaking changes require a new major version.",
6+
"PackageVersion": "1.20.1",
7+
"__comments": "starting from 2022.3 ugui is not added to the project by default. We have some APIs that are conditional on ugui being present, so the API Validation thinks we are breaking API, but that is not the case."
8+
},
9+
{
10+
"ValidationTest": "API Validation",
11+
"ExceptionMessage": "New assembly \"Unity.InputSystem.TestFramework\" may only be added in a new minor or major version.",
12+
"PackageVersion": "1.20.1"
13+
},
14+
{
15+
"ValidationTest": "API Validation",
16+
"ExceptionMessage": "Additions require a new minor or major version.",
17+
"PackageVersion": "1.20.1"
18+
},
19+
{
20+
"ValidationTest": "NDA Keyword Validation",
21+
"ExceptionMessage": "File 'InputSystem/Runtime/Plugins/iOS/IOSGameController.cs' contains keyword pattern '(?<!(BuildTarget|BuildTargetGroup|BuildSettings|AddressablesPlatform|RuntimePlatform|TargetPlatform|OpCodes|GraphicsDeviceType))\\.switch\\W' which indicates it is specific to restricted targets '-Switch'. It must not be published",
22+
"PackageVersion": "1.20.1"
23+
},
24+
{
25+
"ValidationTest": "NDA Keyword Validation",
26+
"ExceptionMessage": "using UnityEngine.InputSystem.Switch;",
27+
"PackageVersion": "1.20.1"
28+
},
29+
30+
{
31+
"ValidationTest": "NDA Keyword Validation",
32+
"ExceptionMessage": "File 'InputSystem/Runtime/Plugins/Switch/SwitchProController.cs' contains keyword pattern '(?<!(BuildTarget|BuildTargetGroup|BuildSettings|AddressablesPlatform|RuntimePlatform|TargetPlatform|OpCodes|GraphicsDeviceType))\\.switch\\W' which indicates it is specific to restricted targets '-Switch'. It must not be published",
33+
"PackageVersion": "1.20.1"
34+
},
35+
{
36+
"ValidationTest": "NDA Keyword Validation",
37+
"ExceptionMessage": "File 'InputSystem/Runtime/Plugins/Switch/SwitchProControllerHID.cs' contains keyword pattern '(?<!(BuildTarget|BuildTargetGroup|BuildSettings|AddressablesPlatform|RuntimePlatform|TargetPlatform|OpCodes|GraphicsDeviceType))\\.switch\\W' which indicates it is specific to restricted targets '-Switch'. It must not be published",
38+
"PackageVersion": "1.20.1"
39+
},
40+
41+
{
42+
"ValidationTest": "NDA Keyword Validation",
43+
"ExceptionMessage": "namespace UnityEngine.InputSystem.Switch",
44+
"PackageVersion": "1.20.1"
45+
},
46+
{
47+
"ValidationTest": "NDA Keyword Validation",
48+
"ExceptionMessage": "using UnityEngine.InputSystem.Switch.LowLevel;",
49+
"PackageVersion": "1.20.1"
50+
},
51+
{
52+
"ValidationTest": "NDA Keyword Validation",
53+
"ExceptionMessage": "namespace UnityEngine.InputSystem.Switch.LowLevel",
54+
"PackageVersion": "1.20.1"
55+
},
56+
{
57+
"ValidationTest": "NDA Keyword Validation",
58+
"ExceptionMessage": "File 'Documentation~/gamepads-s.md' contains keyword pattern '(?<!(BuildTarget|BuildTargetGroup|BuildSettings|AddressablesPlatform|RuntimePlatform|TargetPlatform|OpCodes|GraphicsDeviceType))\\.switch\\W' which indicates it is specific to restricted targets '-Switch'. It must not be published",
59+
"PackageVersion": "1.20.1"
60+
},
61+
{
62+
"ValidationTest": "NDA Keyword Validation",
63+
"ExceptionMessage": "The Input System supports Switch Pro controllers on desktop computers with the [`SwitchProControllerHID`](xref:UnityEngine.InputSystem.Switch.SwitchProControllerHID) class, which implements basic gamepad functionality.",
64+
"PackageVersion": "1.20.1"
65+
}
66+
],
367
"WarningExceptions": []
468
}

0 commit comments

Comments
 (0)