Commit 3ef8573
authored
chore: exclude generated binding classes from PMD and CPD checks (#622)
Add PMD excludes for generated binding classes that were being flagged
for code style violations and duplicate code detection. These classes
are auto-generated from Metaschema modules and should not be subject
to static analysis.
Excluded packages:
- databind: model/metaschema/binding and config/binding
- metaschema-testing: model/testing/testsuite1 parent 4ea14e1 commit 3ef8573
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
0 commit comments