Skip to content

Commit

Permalink
Updated images in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkorolevxyz committed Jun 28, 2022
1 parent 2cdaa4b commit 8193ff4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ Depends on you. We constrained only with **detekt/kotlin** file and line appeara

### Like this

<img src="images/warnings.webp" width="900">
<img src="images/global.png" width="900">

### With inline comments

<img src="images/inline.png" width="900">

### Or this

<img src="images/no-warnings.webp" width="900">
<img src="images/no-warnings.png" width="900">

## Usage

Expand Down Expand Up @@ -109,7 +113,7 @@ fun warnDetekt() {
return
}
fail(
"🚫 Detekt violations found: **${report.count}**.\n" +
"🙁 Detekt violations found: **${report.count}**.\n" +
"Please fix them to proceed. We have zero-warning policy"
)
report(report)
Expand Down
Binary file added images/global.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/inline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/no-warnings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/no-warnings.webp
Binary file not shown.
Binary file removed images/warnings.webp
Binary file not shown.

0 comments on commit 8193ff4

Please sign in to comment.