This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 513bbc5c5d NIFI-14184 Added PMD Rule UseExplicitTypes to Configuration
513bbc5c5d is described below

commit 513bbc5c5d2c77cf7093a574ad5e594b56800b56
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Jan 21 16:10:47 2025 -0600

    NIFI-14184 Added PMD Rule UseExplicitTypes to Configuration
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #9654.
---
 pmd-ruleset.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pmd-ruleset.xml b/pmd-ruleset.xml
index e263ae1518..80a438c7b2 100644
--- a/pmd-ruleset.xml
+++ b/pmd-ruleset.xml
@@ -49,6 +49,7 @@ under the License.
     <rule ref="category/java/codestyle.xml/UnnecessaryImport" />
     <rule ref="category/java/codestyle.xml/UnnecessarySemicolon" />
     <rule ref="category/java/codestyle.xml/UseDiamondOperator" />
+    <rule ref="category/java/codestyle.xml/UseExplicitTypes" />
 
     <rule 
ref="category/java/errorprone.xml/AvoidDecimalLiteralsInBigDecimalConstructor" 
/>
     <rule ref="category/java/errorprone.xml/AvoidMultipleUnaryOperators" />

Reply via email to