ValidationConfig.json 196 B

12345678910111213141516171819
  1. {
  2. "FileContentKeywordValidation":
  3. {
  4. "Keywords":
  5. [
  6. {
  7. "Targets": "+",
  8. "Files":
  9. [
  10. "Editor/Discovery.cs"
  11. ],
  12. "Patterns":
  13. [
  14. "vswhere\\.exe"
  15. ]
  16. }
  17. ]
  18. }
  19. }