From bd0ad737c0f5e48617d635baf956b60ea87e762c Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Fri, 19 Aug 2022 22:10:05 +0200 Subject: [PATCH] Enable `nohttp-checkstyle` While this Checkstyle configuration only flags `http://` usages in Maven-managed source files (thus not in e.g. `pom.xml` or `README.md` files), this is a low-effort improvement. --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 7bbe8a580d..7c9e564bff 100644 --- a/pom.xml +++ b/pom.xml @@ -746,6 +746,7 @@ + false @@ -771,6 +772,11 @@ checkstyle 10.3.2 + + io.spring.nohttp + nohttp-checkstyle + 0.0.10 +