Pull Request for 93/merge by cmillar-trunk #90
Trunk Check
Checked 3 modified files
✖ 6 new lint issues (3 auto-fixable)
Details
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 78 in script.sh
github-actions / Trunk Check
shellcheck(SC2086)
[new] Double quote to prevent globbing and word splitting.
Check notice on line 69 in script.sh
github-actions / Trunk Check
shellcheck(SC2086)
[new] Double quote to prevent globbing and word splitting.
Check notice on line 80 in script.sh
github-actions / Trunk Check
shellcheck(SC2086)
[new] Double quote to prevent globbing and word splitting.
Check failure on line 58 in tests/arguments.test.ts
github-actions / Trunk Check
eslint(@typescript-eslint/no-unused-vars)
[new] 'exit_code' is assigned a value but never used.
Check failure on line 58 in tests/arguments.test.ts
github-actions / Trunk Check
eslint(@typescript-eslint/no-unused-vars)
[new] 'stdout' is assigned a value but never used.
Check failure on line 58 in tests/arguments.test.ts
github-actions / Trunk Check
eslint(@typescript-eslint/no-unused-vars)
[new] 'stderr' is assigned a value but never used.