apache / incubator-heron

Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter
https://heron.apache.org/
Apache License 2.0
3.65k stars 598 forks source link

Updated to fix MacOS stylecheck RuntimeError #3803

Closed nicknezis closed 2 years ago

nicknezis commented 2 years ago

Style check worked on Linux, but when I tested on MacOS it failed. This PR helps resolve the issue.

The build was hitting on an error parsing a "crosstool" line. This filter helped ignore the cppmap which was referencing protobuf generated source.