sarif-0.1: SARIF implementation for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.SARIF.ReportingDescriptor

Description

Provides the ReportingDescriptor type, which is essentially used to represent descriptions of rules that a static analysis tool has applied.

Synopsis

Documentation

data ReportingDescriptor Source #

Represents rules that a static analysis tool

Constructors

MkReportingDescriptor 

Fields

defaultReportingDescriptor :: Text -> ReportingDescriptor Source #

defaultReportingDescriptor id constructs a default ReportingDescriptor with the given id, which must be unique.