Skip to content

Commit

Permalink
add explication for lombok.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Jun 28, 2023
1 parent 418f81d commit 7fc954a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lombok.config
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
config.stopbubbling = true

# We add annotations flags for IDEs and tools
lombok.addJavaxGeneratedAnnotation = true
lombok.addLombokGeneratedAnnotation = true
lombok.addSuppressWarnings = true
lombok.anyconstructor.addconstructorproperties = true
#lombok.extern.findbugs.addSuppressFBWarnings = true
#checkerframework = true

lombok.addNullAnnotations = javax

# misc
lombok.accessors.chain = true

# We resolve compilation warnings
lombok.equalsandhashcode.callsuper = CALL
lombok.tostring.callsuper = CALL

# Privileging SLF4J for uncoupling code and logging library
lombok.log.apacheCommons.flagUsage = ERROR
lombok.log.flogger.flagUsage = ERROR
lombok.log.javaUtilLogging.flagUsage = ERROR
Expand Down

0 comments on commit 7fc954a

Please sign in to comment.