add only_changed input to run rubocop only against changed files #113
Annotations
4 warnings
test/only_changed/few_relevant/files/a.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
test/only_changed/few_relevant/files/a.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
test/only_changed/few_relevant/files/a.rb#L1
[rubocop] reported by reviewdog 🐶
Prefer string interpolation to string concatenation.
Raw Output:
test/only_changed/few_relevant/files/a.rb:1:6: C: Style/StringConcatenation: Prefer string interpolation to string concatenation.
|
test/only_changed/few_relevant/files/a.rb#L1
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw Output:
test/only_changed/few_relevant/files/a.rb:1:6: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
test/only_changed/few_relevant/files/a.rb#L1
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw Output:
test/only_changed/few_relevant/files/a.rb:1:18: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
This job succeeded
Loading