Skip to content

Commit

Permalink
DATACMNS-1490 - Tweak lombok to add @generated to generated code.
Browse files Browse the repository at this point in the history
This will cause JaCoCo to exclude that code from code coverage reports.
  • Loading branch information
odrotbohm committed Mar 5, 2019
1 parent 837b867 commit 1c90a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lombok.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
lombok.nonNull.exceptionType = IllegalArgumentException
lombok.log.fieldName = LOG
lombok.addLombokGeneratedAnnotation = true

0 comments on commit 1c90a70

Please sign in to comment.