From 5cdcdc9bcb2d5fb6182b0d4fe2c50b32ab4cd8bc Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 31 Jul 2024 15:13:09 -0600 Subject: [PATCH] Suppress Node Files From Nohttp Analysis Given that we have no control over the contents of third-party code, it isn't helpful to have nohttp generate errors for the usage of http:// in that code. --- etc/nohttp/checkstyle.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/nohttp/checkstyle.xml b/etc/nohttp/checkstyle.xml index 8cb9ac5f5c..c1114573a8 100644 --- a/etc/nohttp/checkstyle.xml +++ b/etc/nohttp/checkstyle.xml @@ -12,4 +12,7 @@ + + +