Skip to content

Commit

Permalink
Add lombok config
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Nov 27, 2024
1 parent 9dad1b5 commit fee8dcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/lombok.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# tell lombok this is your root directory
config.stopBubbling = true
# add @lombok.Generated annotations to all generated nodes where possible
# to skip code coverage for auto generated code
lombok.addLombokGeneratedAnnotation = true

0 comments on commit fee8dcc

Please sign in to comment.