stan-0.0.1.0: Haskell STatic ANalyser
Copyright(c) 2020 Kowainik
LicenseMPL-2.0
MaintainerKowainik <xrom.xkov@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Stan.Analysis.Summary

Description

Static analysis summary.

Synopsis

Documentation

data Summary Source #

Short info about analysis.

Constructors

Summary 

Fields

createSummary :: Analysis -> Maybe Summary Source #

Assemble Summary after analysis. Returns Nothing when there's no Observations. Otherwise, there's at least one observation, which means that we can find the most popular Inspection, Category and the highest Severity.