forked from Unity-Technologies/Graphics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding ValidationConfig.json files to fix NDA Validation Suite Errors…
… & Warnings (Unity-Technologies#3888) * Added ValidationConfig.json file to render-pipelines.high-definition with settings to silence NDA Validation Suite errors about "com.unity.render-pipelines.ps4" and "com.unity.render-pipelines.xboxone" being mentioned in Documentation~/Building-For-Consoles.md * Added ValidationConfig.json file to render-pipelines.universal with settings to silence NDA Validation Suite errors about "com.unity.render-pipelines.ps4" and "com.unity.render-pipelines.xboxone" being mentioned in Documentation~/Building-For-Consoles.md * Added ValidationConfig.json file to visualeffectgraph with settings to silence NDA Validation Suite warning about file "Documentation~/Operator-Switch.md" appearing to be Nintendo Switch platform specific.
- Loading branch information
1 parent
c98f353
commit ca3ad31
Showing
6 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
com.unity.render-pipelines.high-definition/ValidationConfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"FileContentKeywordValidation": | ||
{ | ||
"Keywords": | ||
[ | ||
{ | ||
"Targets": "+PS4", | ||
"Files": | ||
[ | ||
"Documentation~/Building-For-Consoles.md" | ||
], | ||
"Patterns": | ||
[ | ||
"com\\.unity\\.render-pipelines\\.ps4" | ||
] | ||
}, | ||
{ | ||
"Targets": "+XboxOne", | ||
"Files": | ||
[ | ||
"Documentation~/Building-For-Consoles.md" | ||
], | ||
"Patterns": | ||
[ | ||
"com\\.unity\\.render-pipelines\\.xboxone" | ||
] | ||
} | ||
] | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
com.unity.render-pipelines.high-definition/ValidationConfig.json.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
com.unity.render-pipelines.universal/ValidationConfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"FileContentKeywordValidation": | ||
{ | ||
"Keywords": | ||
[ | ||
{ | ||
"Targets": "+PS4", | ||
"Files": | ||
[ | ||
"Documentation~/Building-For-Consoles.md" | ||
], | ||
"Patterns": | ||
[ | ||
"com\\.unity\\.render-pipelines\\.ps4" | ||
] | ||
}, | ||
{ | ||
"Targets": "+XboxOne", | ||
"Files": | ||
[ | ||
"Documentation~/Building-For-Consoles.md" | ||
], | ||
"Patterns": | ||
[ | ||
"com\\.unity\\.render-pipelines\\.xboxone" | ||
] | ||
} | ||
] | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
com.unity.render-pipelines.universal/ValidationConfig.json.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"FilenameValidation": | ||
{ | ||
"Filenames": | ||
[ | ||
{ | ||
"Filename": "Documentation~/Operator-Switch.md", | ||
"Targets": "+Switch" | ||
} | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.