add only_changed input to run rubocop only against changed files #59
Annotations
1 error and 1 warning
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)
|
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)
|
Loading