Add support for summaries in GitHubActionsFormatter
#1427
Annotations
1 error and 5 warnings
Run ameba linter
Process completed with exit code 2.
|
Run ameba linter:
spec/ameba/formatter/github_actions_formatter_spec.cr#L3
Typo found: `arugment` -> `argument`
|
Run ameba linter:
spec/ameba/formatter/github_actions_formatter_spec.cr#L4
Possibly forgotten debug-related `pp` call detected
|
Run ameba linter:
src/ameba/formatter/github_actions_formatter.cr#L202
Useless assignment to variable `x`
|
Run ameba linter:
src/ameba/formatter/github_actions_formatter.cr#L202
Symbols `,"` may be unwanted in `%w` array literals
|
Run ameba linter:
src/ameba/formatter/github_actions_formatter.cr#L206
Shadowed exception found: `Foo::Exception`
|
Loading