Unity-Technologies / ProjectAuditor

Project Auditor is an experimental static analysis tool for Unity Projects.
Other
795 stars 64 forks source link

Severity category incorrectly named "Info" instead of "Minor" #173

Open patrickdevarney opened 1 year ago

patrickdevarney commented 1 year ago

To Reproduce Steps to reproduce the behavior:

  1. Open a report
  2. Navigate to View > Code > Diagnostics
  3. Change the dropdown to Group By: Severity
  4. Note the category names in the tree below, "Info", "Moderate", "Major"

Expected behavior It is expected that the list shows "Minor" as a category rather than "Info", to match the string in the Severity column

Screenshots image image