Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed May 6, 2024
1 parent 8e82e95 commit 029b7b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eo-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,12 @@ SOFTWARE.
<artifactId>qulice-maven-plugin</artifactId>
<configuration>
<excludes>
<!--
@todo #3160:60min Enable PMD check for eo-runtime/src/main/java/EOorg package,
excluding only those rules that cannot be resolved
(PMD.PackageCase, PMD.AvoidDollarSigns). All the others PMD violations should be
resolved.
-->
<exclude>pmd:/src/main/java/EOorg/.*</exclude>
<exclude>pmd:/src/test/java/EOorg/.*</exclude>
<exclude>dependencies:org.eolang:eo-maven-plugin</exclude>
Expand Down

0 comments on commit 029b7b2

Please sign in to comment.