Refresh readme example

This commit is contained in:
Vitalii Elenhaupt 2019-04-14 19:37:03 +03:00
parent 42235c02be
commit 4000ac7d4d
No known key found for this signature in database
GPG key ID: 7558EF3A4056C706

View file

@ -34,12 +34,12 @@ Inspecting 107 files.
...............F.....................F....................................................................
src/ameba/formatter/flycheck_formatter.cr:4:33
Lint/UnusedArgument: Unused argument `location`
[W] Lint/UnusedArgument: Unused argument `location`
> source.issues.each do |e, location|
^
src/ameba/formatter/base_formatter.cr:12:7
Lint/UselessAssign: Useless assignment to variable `s`
[W] Lint/UselessAssign: Useless assignment to variable `s`
> return s += issues.size
^