Skip to content

Commit 949bb71

Browse files
committed
Update build.gradle
1 parent e0ba27c commit 949bb71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jacocoTestCoverageVerification {
5353
violationRules {
5454
rule {
5555
element = "CLASS"
56+
excludes = [
57+
"com.therandomlabs.changeloggenerator.ChangelogEntry",
58+
"com.therandomlabs.changeloggenerator.Main"
59+
]
5660

5761
limit {
5862
counter = "INSTRUCTION"

0 commit comments

Comments
 (0)