diff --git a/.idea/misc.xml b/.idea/misc.xml index 03e18e6..542659b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,8 +1,5 @@ - - - diff --git a/README.md b/README.md index 298c2c0..13388d9 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To install, please refer to the [extensions documentation](https://github.com/ri To check all Kotlin source code located `src/main/kotlin` and `src/test/kotlin`, add the following to your build file ```java -@BuildCommand(summary = "Checks source with Detekt") +@BuildCommand(summary = "Check source with Detekt") public void detekt() throws ExitStatusException, IOException, InterruptedException { new DetektOperation() .fromProject(this) @@ -25,12 +25,10 @@ public void detekt() throws ExitStatusException, IOException, InterruptedExcepti ./bld compile detekt ``` -- [View Examples Project](https://github.com/rife2/bld-detekt/tree/main/examples) - To generate a Detekt baseline, add the following to your build file: ```java -@BuildCommand(value = "detekt-baseline", summary = "Creates the Detekt baseline") +@BuildCommand(value = "detekt-baseline", summary = "Creates a Detekt baseline") public void detektBaseline() throws ExitStatusException, IOException, InterruptedException { new DetektOperation() .fromProject(this) @@ -43,6 +41,5 @@ public void detektBaseline() throws ExitStatusException, IOException, Interrupte ```console ./bld compile detekt-baseline ``` -- [View Examples Project](https://github.com/rife2/bld-detekt/tree/main/examples) Please check the [DetektOperation documentation](https://rife2.github.io/bld-detekt/rife/bld/extension/DetektOperation.html#method-summary) for all available configuration options. diff --git a/config/pmd.xml b/config/pmd.xml deleted file mode 100644 index cb0b643..0000000 --- a/config/pmd.xml +++ /dev/null @@ -1,110 +0,0 @@ - - - Erik's Ruleset - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/examples/.idea/misc.xml b/examples/.idea/misc.xml index 09af397..eb5c27d 100644 --- a/examples/.idea/misc.xml +++ b/examples/.idea/misc.xml @@ -6,10 +6,6 @@ - - - -