Skip to content

Commit 493ac6a

Browse files
committed
bug(#3864): qulice
1 parent 9c8773c commit 493ac6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eo-maven-plugin/src/main/java/org/eolang/maven/LintMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void exec() throws IOException {
104104
if (this.skipLinting) {
105105
Logger.info(this, "Linting is skipped because eo:skipLinting is TRUE");
106106
} else {
107-
this.lint();
107+
LintMojo.this.lint();
108108
}
109109
}
110110

0 commit comments

Comments
 (0)