joshfischer1108 commented on a change in pull request #3751:
URL: https://github.com/apache/incubator-heron/pull/3751#discussion_r793038649



##########
File path: third_party/python/cpplint/BUILD
##########
@@ -7,7 +7,8 @@ load("@heron_py_deps//:requirements.bzl", "requirement")
 
 py_binary(
     name = "cpplint",
-    entrypoint = "cpplint",
+    srcs = ["empty.py"],

Review comment:
       @surahman / @nicknezis Wasn't exactly sure what to do here.  `py_binary` 
requires the `srcs` to have something in it.  So to get around this, I put an 
`empty.py` file in folder.  




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


Reply via email to