Skip to content

Commit

Permalink
add NOLINT
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Zhang <[email protected]>
  • Loading branch information
danzh1989 committed Oct 12, 2022
1 parent 3e9418e commit 34526b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/common/jni/android_network_utility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include "library/common/jni/jni_utility.h"
#include "openssl/ssl.h"

// NOLINT(namespace-envoy)

// Helper functions call into AndroidNetworkLibrary, but they are not platform dependent
// because AndroidNetworkLibray can be called in non-Android platform with mock interfaces.

Expand Down
2 changes: 2 additions & 0 deletions library/common/jni/android_network_utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include "library/common/extensions/cert_validator/platform_bridge/c_types.h"
#include "library/common/jni/import/jni_import.h"

// NOLINT(namespace-envoy)

/* Calls up through JNI to validate given certificates.
*/
jobject call_jvm_verify_x509_cert_chain(JNIEnv* env, const std::vector<std::string>& cert_chain,
Expand Down

0 comments on commit 34526b3

Please sign in to comment.