File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ fmt-shell:
2828# Check shell scripts for common issues
2929lint-shell :
3030 @echo " 🔍 Linting shell scripts..."
31- @shellcheck spec/** /* .sh
31+ @shellcheck spec/** /** / * .sh spec/ ** / * .sh
3232
3333# Format YAML files (trailing whitespace + final newline only)
3434fmt-yaml :
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ gem 'minitest'
243243EOF
244244
245245 # Initial sync to install both gems
246- rb -R $RUBIES_DIR sync > /dev/null 2>&1
246+ rb -R " $RUBIES_DIR " sync > /dev/null 2>&1
247247
248248 # Verify both gems are in Gemfile.lock
249249 grep -q " rake" Gemfile.lock || fail " rake should be in initial Gemfile.lock"
@@ -256,7 +256,7 @@ gem 'rake'
256256EOF
257257
258258 # Execute a ruby command - this should trigger lockfile update via check_sync
259- When run rb -R $RUBIES_DIR exec ruby -e " puts 'test'"
259+ When run rb -R " $RUBIES_DIR " exec ruby -e " puts 'test'"
260260 The status should equal 0
261261 The output should include " test"
262262
You can’t perform that action at this time.
0 commit comments