Create CodeTag
plugin to render code files with and without solutions
#66
linters.yml
on: pull_request
runner / pylint
6s
runner / black
17s
runner / markdownlint
24s
runner / rubocop
28s
Annotations
1 error and 2 warnings
runner / rubocop
Process completed with exit code 1.
|
runner / rubocop:
spec/support/spec_summary.rb#L23
[rubocop] reported by reviewdog 🐶
Unnecessary disabling of `Metrics/AbcSize`.
Raw Output:
spec/support/spec_summary.rb:23:1: W: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`.
|
runner / rubocop:
spec/support/spec_summary.rb#L24
[rubocop] reported by reviewdog 🐶
Unnecessary disabling of `Metrics/MethodLength`.
Raw Output:
spec/support/spec_summary.rb:24:1: W: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/MethodLength`.
|