Skip to content

Commit

Permalink
feat(#834): ignore the strange PMD suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Nov 8, 2024
1 parent 9bfd67d commit bc590ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/eolang/jeo/UnrollMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public final class UnrollMojo extends AbstractMojo {
private File outputDir;

@Override
@SuppressWarnings("PMD.GuardLogStatement")
public void execute() {
Logger.info(this, "Unrolling PHI/UNPHI transformations");
final long start = System.currentTimeMillis();
Expand Down

0 comments on commit bc590ca

Please sign in to comment.