Skip to content

Commit 948a0d1

Browse files
Setup validation exception to match PVP
1 parent f94dbee commit 948a0d1

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Packages/com.unity.inputsystem/ValidationExceptions.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,26 @@
1515
"ValidationTest": "API Validation",
1616
"ExceptionMessage": "Additions require a new minor or major version.",
1717
"PackageVersion": "1.19.1"
18+
},
19+
{
20+
"ValidationTest": "NDA Keyword Validation",
21+
"ExceptionMessage": "File 'InputSystem/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.19.1"
23+
},
24+
{
25+
"ValidationTest": "NDA Keyword Validation",
26+
"ExceptionMessage": "using UnityEngine.InputSystem.Switch;",
27+
"PackageVersion": "1.19.1"
28+
},
29+
{
30+
"ValidationTest": "NDA Keyword Validation",
31+
"ExceptionMessage": "File 'InputSystem/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",
32+
"PackageVersion": "1.19.1"
33+
},
34+
{
35+
"ValidationTest": "NDA Keyword Validation",
36+
"ExceptionMessage": "namespace UnityEngine.InputSystem.Switch",
37+
"PackageVersion": "1.19.1"
1838
}
1939
],
2040
"WarningExceptions": []

0 commit comments

Comments
 (0)