kowainik / stan

🕵️ Haskell STatic ANalyser
https://kowainik.github.io/projects/stan
Mozilla Public License 2.0
565 stars 48 forks source link

Display stats on how many times each inspection was trigerred #357

Open chshersh opened 4 years ago

chshersh commented 4 years ago

We actually already count this information:

https://github.com/kowainik/stan/blob/ff2963b8e409de0bf0f0fb0d8418bdf9fcd313b3/src/Stan/Analysis/Summary.hs#L34-L35

We need to come up with the output design and display this information in the output eventually.