From 709943e23b3491c6a6f90449fbbc3288d34861b5 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 22 Jun 2024 11:10:46 -0700 Subject: [PATCH] Replaced List with Collection whenever applicable. Added rule priority configuration. Cleaned up tests --- .idea/runConfigurations/PmdOperation.xml | 9 - .idea/runConfigurations/Run Tests.xml | 13 - README.md | 3 +- config/pmd.xml | 109 +++++ .../rife/bld/extension/PmdOperationBuild.java | 2 +- .../java/rife/bld/extension/PmdOperation.java | 442 ++++++++++++++---- .../rife/bld/extension/PmdOperationTest.java | 262 ++++++++--- src/test/resources/ignore-single.txt | 1 + 8 files changed, 673 insertions(+), 168 deletions(-) delete mode 100644 .idea/runConfigurations/PmdOperation.xml delete mode 100644 .idea/runConfigurations/Run Tests.xml create mode 100644 config/pmd.xml create mode 100644 src/test/resources/ignore-single.txt diff --git a/.idea/runConfigurations/PmdOperation.xml b/.idea/runConfigurations/PmdOperation.xml deleted file mode 100644 index 4c7df76..0000000 --- a/.idea/runConfigurations/PmdOperation.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Run Tests.xml b/.idea/runConfigurations/Run Tests.xml deleted file mode 100644 index 65b2217..0000000 --- a/.idea/runConfigurations/Run Tests.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - -