Skip to content

Commit af3e28c

Browse files
author
Dmytro Ivanov
committed
Fix validator warnings/errors
1 parent 83ec8ee commit af3e28c

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Packages/com.unity.inputsystem/ValidationConfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
"Targets": "+PS4,+XboxOne"
99
}
1010
]
11+
},
12+
"FileContentKeywordValidation":
13+
{
14+
"TimeoutMins": 10.0
1115
}
1216
}

Packages/com.unity.inputsystem/ValidationExceptions.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"Exceptions":
33
[
4+
{
5+
"ValidationTest": "API Validation",
6+
"ExceptionError": "Breaking changes require a new major version.",
7+
"PackageVersion": "1.0.2"
8+
},
9+
{
10+
"ValidationTest": "API Validation",
11+
"ExceptionError": "Additions require a new minor or major version.",
12+
"PackageVersion": "1.0.2"
13+
},
14+
{
15+
"ValidationTest": "API Validation",
16+
"ExceptionError": "New assembly \"Unity.InputSystem.IntegrationTests\" may only be added in a new minor or major version.",
17+
"PackageVersion": "1.0.2"
18+
},
19+
{
20+
"ValidationTest": "API Validation",
21+
"ExceptionError": "New assembly \"Unity.InputSystem.TestFramework\" may only be added in a new minor or major version.",
22+
"PackageVersion": "1.0.2"
23+
},
424
{
525
"ValidationTest": "API Validation",
626
"ExceptionError": "Breaking changes require a new major version.",

0 commit comments

Comments
 (0)