Skip to content

Commit

Permalink
feat : lombok.config 설정 (#8)
Browse files Browse the repository at this point in the history
테스트 커버리지에 lombok이 생성한 코드는
제외시키기 위해 @lombok.Generated를 추가해주는
설정파일을 생성함.
  • Loading branch information
jifrozen0110 committed Dec 22, 2023
1 parent f893a3f commit 9d03b61
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
@@ -0,0 +1 @@
lombok.addLombokGeneratedAnnotation = true

0 comments on commit 9d03b61

Please sign in to comment.