Skip to content

add only_changed input to run rubocop only against changed files #55

add only_changed input to run rubocop only against changed files

add only_changed input to run rubocop only against changed files #55

Triggered via pull request May 7, 2024 09:24
Status Success
Total duration 27s
Artifacts

reviewdog.yml

on: pull_request
check / misspell
18s
check / misspell
runner / shellcheck
5s
runner / shellcheck
check / yamllint
12s
check / yamllint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
runner / shellcheck: script.sh#L95
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: script.sh:95:- <(${BUNDLE_EXEC}rubocop --list-target-files | sort) script.sh:95:+ <("${BUNDLE_EXEC}"rubocop --list-target-files | sort)
runner / shellcheck: script.sh#L95
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./script.sh:95:9:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)