Skip to content

Commit

Permalink
bug(#3864): qulice
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Feb 9, 2025
1 parent 9c8773c commit 493ac6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void exec() throws IOException {
if (this.skipLinting) {
Logger.info(this, "Linting is skipped because eo:skipLinting is TRUE");
} else {
this.lint();
LintMojo.this.lint();
}
}

Expand Down

0 comments on commit 493ac6a

Please sign in to comment.