Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Updated to fix MacOS stylecheck RuntimeError #3803

Merged
merged 1 commit into from
Mar 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tools/java/src/org/apache/bazel/cppcheck/CppCheck.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ private static Collection<String> getSourceFiles(String extraActionFile) {
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$"))
Expand Down