You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/03/26 04:29:29 UTC

[incubator-heron] branch nicknezis/cppcheck-fix created (now deb61a6)

This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a change to branch nicknezis/cppcheck-fix
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


      at deb61a6  Updated to fix MacOS stylecheck RuntimeError

This branch includes the following new commits:

     new deb61a6  Updated to fix MacOS stylecheck RuntimeError

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-heron] 01/01: Updated to fix MacOS stylecheck RuntimeError

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/cppcheck-fix
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit deb61a661e0ccc3acb46239a39357ba6cfe9cdaa
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Sat Mar 26 00:29:08 2022 -0400

    Updated to fix MacOS stylecheck RuntimeError
---
 tools/java/src/org/apache/bazel/cppcheck/CppCheck.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/java/src/org/apache/bazel/cppcheck/CppCheck.java b/tools/java/src/org/apache/bazel/cppcheck/CppCheck.java
index 6cfa9de..0490001 100644
--- a/tools/java/src/org/apache/bazel/cppcheck/CppCheck.java
+++ b/tools/java/src/org/apache/bazel/cppcheck/CppCheck.java
@@ -135,6 +135,7 @@ public final class CppCheck {
                     Predicates.not(Predicates.containsPattern("external/")),
                     Predicates.not(Predicates.containsPattern("third_party/")),
                     Predicates.not(Predicates.containsPattern("config/heron-config.h")),
+                    Predicates.not(Predicates.containsPattern(".*cppmap")),
                     Predicates.not(Predicates.containsPattern(".*pb.h$")),
                     Predicates.not(Predicates.containsPattern(".*cc_wrapper.sh$")),
                     Predicates.not(Predicates.containsPattern(".*pb.cc$"))