## Expected Behavior Whenever I specify the comment `// AnyLint.skipHere: RuleName` somewhere, I expect the rule violations to be ignored. ## Actual Behavior When using a `customCheck` custom Swift code to create a violation, the ignore does not work.
Expected Behavior
Whenever I specify the comment
// AnyLint.skipHere: RuleNamesomewhere, I expect the rule violations to be ignored.Actual Behavior
When using a
customCheckcustom Swift code to create a violation, the ignore does not work.