JacobDomagala / StaticAnalysis

GitHub action performs static analysis on C++/Python code, flags issues, and posts comments directly on PRs.
MIT License
31 stars 10 forks source link

Remove duplicates #110

Closed JacobDomagala closed 10 months ago

JacobDomagala commented 10 months ago

Sometimes the same warning/error is reported multiple times. We should only output it once.