joshfischer1108 edited a comment on pull request #3624:
URL: https://github.com/apache/incubator-heron/pull/3624#issuecomment-721460069


   @armadillojim thank you for the contribution. I apologize for the delay in 
getting in on this PR..  You can enable or disable style checks on your local 
without travis if you list a `--config` parameter in your bazel command.
   
   So for mac it would be 
   with styles
   `bazel build --config=darwin path/to/some/target` 
   without styles
   `bazel build --config=darwin_nostyle path/to/some/target` 
   
   So for ubuntu it would be 
   with styles
   `bazel build --config=ubuntu path/to/some/target` 
   without styles
   `bazel build --config=ubuntu_nostyle path/to/some/target` 
   
   So for debian it would be 
   with styles
   `bazel build --config=debian path/to/some/target` 
   without styles
   `bazel build --config=debian_nostyle path/to/some/target` 
   
   Our bazel configuration is 
[here](https://github.com/apache/incubator-heron/blob/master/tools/bazel.rc).  
This way you won't need to set up CI on your local :-)
   
   


----------------------------------------------------------------
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]


Reply via email to