#39 - add update dependencies command #43
16 new issues (5 pre-existing)
Checked 7 modified files
5 existing issues (use --show-existing to see them)
✖ 2 unformatted files
✖ 16 new lint issues (12 auto-fixable)
To reproduce and test locally, run:
trunk check
For help resolving these issues, see our docs on running on PRs or debugging Trunk Check
Annotations
Check notice on line 66 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2086)
[new] Double quote to prevent globbing and word splitting.
Check notice on line 66 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2250)
[new] Prefer putting braces around variable references even when not strictly required.
Check notice on line 68 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2005)
[new] Useless echo? Instead of 'echo $(cmd)', just use 'cmd'.
Check warning on line 68 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2046)
[new] Quote this to prevent word splitting.
Check notice on line 68 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2086)
[new] Double quote to prevent globbing and word splitting.
Check notice on line 68 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2250)
[new] Prefer putting braces around variable references even when not strictly required.
Check notice on line 68 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2086)
[new] Double quote to prevent globbing and word splitting.
Check notice on line 68 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2250)
[new] Prefer putting braces around variable references even when not strictly required.
Check notice on line 90 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2086)
[new] Double quote to prevent globbing and word splitting.
Check notice on line 90 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2250)
[new] Prefer putting braces around variable references even when not strictly required.
Check notice on line 92 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2005)
[new] Useless echo? Instead of 'echo $(cmd)', just use 'cmd'.
Check warning on line 92 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2046)
[new] Quote this to prevent word splitting.
Check notice on line 92 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2086)
[new] Double quote to prevent globbing and word splitting.
Check notice on line 92 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2250)
[new] Prefer putting braces around variable references even when not strictly required.
Check notice on line 92 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2086)
[new] Double quote to prevent globbing and word splitting.
Check notice on line 92 in commands/web/woodoo_components/npm-deps
trunk-io / Trunk Check
shellcheck(SC2250)
[new] Prefer putting braces around variable references even when not strictly required.
Check failure on line 1 in CHANGELOG.md
trunk-io / Trunk Check
prettier
Incorrect formatting, autoformat by running 'trunk fmt'
Check failure on line 1 in README.md
trunk-io / Trunk Check
prettier
Incorrect formatting, autoformat by running 'trunk fmt'