# Functions
AppliesBasedOnComment tries to ignore common comment formats to avoid false positives where issues are in comments.
AppliesBasedOnThreshold checks that the check applies based on confidence selection.
AppliesToExt checks that the extension provided should be checked.
AppliesToTag checks that the specific check should be applied to a given tag.
CountHowManyRan - given an array of checks, how many ran.
DoCheck - do a particular check.
GetChecks - get the checks from the specified file.
GetFiles - get the files from the options specified.
PrintFindings - Print out the findings.
ProcessFile - process a file.
ReadLines - read lines out of a file.