Analyze the given CompilationUnit and return a list of LintIssues.
CompilationUnit
Implement this method to provide the core logic for your custom lint rule.
List<LintIssue> analyze(CompilationUnit unit);