We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6c736 commit 22c0983Copy full SHA for 22c0983
checkstyle/checks/ListenerNameCheck.hx
@@ -22,6 +22,7 @@ class ListenerNameCheck extends Check {
22
23
override public function actualRun() {
24
ExprUtils.walkFile(checker.ast, function(e) {
25
+ if (isPosSuppressed(e.pos)) return;
26
switch(e.expr){
27
case ECall(e, params):
28
searchCall(e, params);
0 commit comments