guibou / krank

Krank checks your code source comments for important markers
BSD 3-Clause "New" or "Revised" License
21 stars 3 forks source link

Report should print issue title #53

Closed guibou closed 4 years ago

guibou commented 4 years ago

Right now an issue is displayed like that:

hadrian/src/Settings/Packages.hs:205:30: error:
  now Closed: https://github.com/snowleopard/hadrian/issues/90

It can be really interesting if it was displayed with the issue title:

hadrian/src/Settings/Packages.hs:205:30: error:
  now Closed: https://github.com/snowleopard/hadrian/issues/90
  title: Cannot Build: compareSizes (rts missing _TRACE_gc and _TRACE_sched)
gbataille commented 4 years ago
Screenshot 2020-04-26 at 10 28 42