Private/LintRemark.ps1

class LintRemark {
    [int] $LineNumber
    [String] $LintRule
    [String] $Explanation
}