fix(deps): update dependency effect to v3.11.7 #1867
Annotations
3 errors and 1 warning
🐶 reviewdog with shellcheck (shell):
scripts/format#L34
[shellcheck] reported by reviewdog 🐶
Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
Raw Output:
./scripts/format:34:7:style:Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
|
🐶 reviewdog with shellcheck (shell):
scripts/typecheck#L7
[shellcheck] reported by reviewdog 🐶
Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
Raw Output:
./scripts/typecheck:7:7:style:Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
|
🐶 reviewdog with shellcheck (shell):
scripts/clean#L26
[shellcheck] reported by reviewdog 🐶
Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
Raw Output:
./scripts/clean:26:7:style:Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
|
🐶 reviewdog with shellcheck (shell)
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
Loading