Skip to content

Commit de26c5a

Browse files
committed
feat: exclude generated files from pmd (#16470)
1 parent b08aa04 commit de26c5a

File tree

1 file changed

+2
-0
lines changed
  • airbyte-pmd-rules/src/main/resources/pmd

1 file changed

+2
-0
lines changed

airbyte-pmd-rules/src/main/resources/pmd/custom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
Collection of custom PMD rules.
99
</description>
1010

11+
<exclude-pattern>.*/generated/.*</exclude-pattern>
12+
1113
<rule name="CheckBodyAnnotationInControllerMethodsRule"
1214
language="java"
1315
class="io.airbyte.pmd.CheckBodyAnnotationInControllerMethodsRule"

0 commit comments

Comments
 (0)