Skip to content

Allow specification of different violation levels/scope for the same rule #6

@elmoeleven

Description

@elmoeleven

We should be able to support a config like this:

{
  "Name": "NoMissingObjectReferences",
  "ViolationLevel": "Error",
  "ViolationScope": "Scene",
  "Exclusions": []
},
{
  "Name": "NoMissingObjectReferences",
  "ViolationLevel": "Warning",
  "ViolationScope": "Prefab",
  "Exclusions": []
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions