From 50aaf77a9e646eafcc74d9fe498310080430482c Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Mon, 22 Aug 2022 09:39:19 +0200 Subject: [PATCH] Enable `nohttp-checkstyle` (#206) 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 9e355ba060..4dc21c8b79 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 +