src/CheckResult.psm1

<#
.SYNOPSIS
    Specifies the result of a comment check.
#>

enum CheckResult {
    Ham
    Spam
    PervasiveSpam
}