dongjoon-hyun commented on code in PR #6: URL: https://github.com/apache/spark-kubernetes-operator/pull/6#discussion_r1575230305
########## config/lombok/lombok.config: ########## @@ -0,0 +1,4 @@ +config.stopBubbling = true +lombok.addLombokGeneratedAnnotation = true +lombok.extern.findbugs.addSuppressFBWarnings = true +lombok.anyConstructor.addConstructorProperties = true Review Comment: 1. This file doesn't have ASF License. 2. Can we eliminate this `Lombok` dependency completely? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
