From a6cc1e849fa73105581064fd36cb8910be803e12 Mon Sep 17 00:00:00 2001 From: maxonfjvipon Date: Wed, 25 Dec 2024 15:56:30 +0300 Subject: [PATCH] bug(#3757): PMD --- eo-maven-plugin/src/main/java/org/eolang/maven/PhiMojo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/eo-maven-plugin/src/main/java/org/eolang/maven/PhiMojo.java b/eo-maven-plugin/src/main/java/org/eolang/maven/PhiMojo.java index 6ae2f84cea..9a61611821 100644 --- a/eo-maven-plugin/src/main/java/org/eolang/maven/PhiMojo.java +++ b/eo-maven-plugin/src/main/java/org/eolang/maven/PhiMojo.java @@ -79,6 +79,7 @@ public final class PhiMojo extends SafeMojo { /** * Print all the braces in sweet notation. */ + @SuppressWarnings("PMD.ImmutableField") private boolean conservative = true; /**