Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
wreulicke committed May 31, 2024
1 parent 3397591 commit ce8f2ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -121,6 +121,10 @@ public class Test {
}
```

## TODO

- Suggested Fix for Slf4jConstantMarkerMutation


## License

Expand Down

0 comments on commit ce8f2ad

Please sign in to comment.