Skip to content

Commit 28b3f7d

Browse files
author
Dmytro Ivanov
committed
Ignoring API validator checks for now
1 parent 542b98a commit 28b3f7d

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"Exceptions":
3+
[
4+
{
5+
"ValidationTest": "API Validation",
6+
"ExceptionError": "Breaking changes require a new major version.",
7+
"PackageVersion": "1.0.1"
8+
},
9+
{
10+
"ValidationTest": "API Validation",
11+
"ExceptionError": "Additions require a new minor or major version.",
12+
"PackageVersion": "1.0.1"
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.1"
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.1"
23+
}
24+
]
25+
}

Packages/com.unity.inputsystem/ValidationExceptions.json.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)