Unity-Technologies / ProjectAuditor

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

[Feature] Custom IssueCategory support #55

Closed mtrive closed 3 years ago

mtrive commented 3 years ago

Project Auditor should be extendable without having to modify Project Auditor's package. This is not possible today as the IssueCategories are defined in this enums. We should provide an API that allows anyone to add new enums (perhaps via Reflection).

mtrive commented 3 years ago

implemented by https://github.com/Unity-Technologies/ProjectAuditor/commit/082355c14a620c69152cc250e149c6b660675716