fedora-static-analysis / firehose

Interchange format for results for static analysis tools
63 stars 18 forks source link

Cosmetic report cleanup. #4

Closed paultag closed 11 years ago

paultag commented 11 years ago

We need to change the if not (foo == bar) logic to if foo != bar, but that requires starting to hack the Notes __ne__ operator, didn't have time to get to that yet.

This is 100% cosmetic, just getting friendly with the source right now.