preslavmihaylov / todocheck

A static code analyser for annotated TODO comments
MIT License
426 stars 42 forks source link

Extend JSON output to include linked issue & other metadata (#162) #164

Closed bengsparks closed 3 years ago

preslavmihaylov commented 3 years ago

Could you also extend the testing framework to unmarshal the metadata field and make sure it's validated in the TODO error scenarios?

bengsparks commented 3 years ago

The newer commits now check for the issueID field in metadata part of the JSON output, and makes sure there is no such entry for malformed TODOs. @preslavmihaylov