From ce8f2adba6fed2d8c3eba072f80c605a4b38386c Mon Sep 17 00:00:00 2001 From: wreulicke Date: Sat, 1 Jun 2024 00:52:28 +0900 Subject: [PATCH] tweak --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48cf2f8..4207752 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ So, also use [errorprone-slf4j] to detect more slf4j misuses. Slf4jPlaceholderShouldNotContainStructuredArgument rule prevents placeholder contain StructuredArgument. This also detects placeholder mismatch. -This rule conflicts with Slf4jPlaceholderMismatch in [errorprone-slf4j] +This rule conflicts with Slf4jPlaceholderMismatch in [errorprone-slf4j]. So you should disable the Slf4jPlaceholderMismatch rule if you use this rule. ```java @@ -121,6 +121,10 @@ public class Test { } ``` +## TODO + +- Suggested Fix for Slf4jConstantMarkerMutation + ## License