Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wreulicke committed May 31, 2024
1 parent 309a771 commit ba05636
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ This module provides custom Error Prone checks for slf4j and logstash-logback-en
This module doesn't cover all situations in slf4j misuses.
So, also use [errorprone-slf4j] to detect more slf4j misuses.

## Install

### Maven

TBD

### Gradle

```ruby
dependencies {
annotationProcessor 'io.github.wreulicke.errorprone.logstash:errorprone-logback-logstash-encoder:0.0.1'
# or you can write below when you use net.ltgt.errorprone plugin
errorprone 'io.github.wreulicke.errorprone.logstash:errorprone-logback-logstash-encoder:0.0.1'
}
```

## Rules

- [Slf4jPlaceholderShouldNotContainStructuredArgument](#slf4jplaceholdershouldnotcontainstructuredargument)
Expand Down

0 comments on commit ba05636

Please sign in to comment.