File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11config.stopbubbling = true
22
3+ # We add annotations flags for IDEs and tools
34lombok.addJavaxGeneratedAnnotation = true
45lombok.addLombokGeneratedAnnotation = true
56lombok.addSuppressWarnings = true
67lombok.anyconstructor.addconstructorproperties = true
78#lombok.extern.findbugs.addSuppressFBWarnings = true
89#checkerframework = true
9-
1010lombok.addNullAnnotations = javax
1111
12+ # misc
1213lombok.accessors.chain = true
1314
15+ # We resolve compilation warnings
1416lombok.equalsandhashcode.callsuper = CALL
1517lombok.tostring.callsuper = CALL
1618
19+ # Privileging SLF4J for uncoupling code and logging library
1720lombok.log.apacheCommons.flagUsage = ERROR
1821lombok.log.flogger.flagUsage = ERROR
1922lombok.log.javaUtilLogging.flagUsage = ERROR
You can’t perform that action at this time.
0 commit comments