nwangtw commented on issue #3254: Kafka spout bazel build URL: https://github.com/apache/incubator-heron/pull/3254#issuecomment-492747288 > @nwangtw @xiaoyao1991 `checkstyle` still gave me a lot of trouble, even I adjusted the `setup-intellj.sh` To include the `contrib` folder, and open the project in IntelliJ, but it seems the default formatting settings in IntelliJ does not align with Heron’s customized check style config. > > So, what is the command I can use to locally build the `contrib/...` targets **with** `checkstyle` on? I tried running the same build command in Travis CI script, but it failed due to missing some static Protobuf lib on my Mac. Can you share the lint errors with us, maybe in slack channel? For local style check, I believe "bazel build --compilation_mode=dbg --config=darwin --test_output=all heron/..." triggers style check. It is part of "darwin" config.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
