This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
Merge reviewdog/master #25
reviewdog.yml
on: pull_request
check / misspell
13s
runner / shellcheck
10s
check / yamllint
12s
Annotations
4 notices
[rubocop] test/only_changed/few_relevant/files/a.rb#L1 <Style/FrozenStringLiteralComment>:
test/only_changed/few_relevant/files/a.rb#L1
Missing frozen string literal comment.
|
[rubocop] test/only_changed/few_relevant/files/a.rb#L1 <Style/StringConcatenation>:
test/only_changed/few_relevant/files/a.rb#L1
Prefer string interpolation to string concatenation.
|
[rubocop] test/only_changed/few_relevant/files/a.rb#L1 <Style/StringLiterals>:
test/only_changed/few_relevant/files/a.rb#L1
Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
[rubocop] test/only_changed/few_relevant/files/a.rb#L1 <Style/StringLiterals>:
test/only_changed/few_relevant/files/a.rb#L1
Prefer single-quoted strings when you don't need string interpolation or special symbols.
|