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 1
1
config.stopbubbling = true
2
2
3
+ # We add annotations flags for IDEs and tools
3
4
lombok.addJavaxGeneratedAnnotation = true
4
5
lombok.addLombokGeneratedAnnotation = true
5
6
lombok.addSuppressWarnings = true
6
7
lombok.anyconstructor.addconstructorproperties = true
7
8
#lombok.extern.findbugs.addSuppressFBWarnings = true
8
9
#checkerframework = true
9
-
10
10
lombok.addNullAnnotations = javax
11
11
12
+ # misc
12
13
lombok.accessors.chain = true
13
14
15
+ # We resolve compilation warnings
14
16
lombok.equalsandhashcode.callsuper = CALL
15
17
lombok.tostring.callsuper = CALL
16
18
19
+ # Privileging SLF4J for uncoupling code and logging library
17
20
lombok.log.apacheCommons.flagUsage = ERROR
18
21
lombok.log.flogger.flagUsage = ERROR
19
22
lombok.log.javaUtilLogging.flagUsage = ERROR
You can’t perform that action at this time.
0 commit comments