mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Refresh readme example
This commit is contained in:
parent
42235c02be
commit
4000ac7d4d
1 changed files with 2 additions and 2 deletions
|
@ -34,12 +34,12 @@ Inspecting 107 files.
|
||||||
...............F.....................F....................................................................
|
...............F.....................F....................................................................
|
||||||
|
|
||||||
src/ameba/formatter/flycheck_formatter.cr:4:33
|
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|
|
> source.issues.each do |e, location|
|
||||||
^
|
^
|
||||||
|
|
||||||
src/ameba/formatter/base_formatter.cr:12:7
|
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
|
> return s += issues.size
|
||||||
^
|
^
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue