Skip to content

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

add only_changed input to run rubocop only against changed files

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

Triggered via pull request May 7, 2024 10:06
Status Success
Total duration 26s
Artifacts

reviewdog.yml

on: pull_request
check / misspell
17s
check / misspell
runner / shellcheck
6s
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)