Skip to content

Fix CI shellcheck (SC2015) - #5

Merged
ankamteja merged 1 commit into
mainfrom
feat/rag-web
Aug 20, 2026
Merged

Fix CI shellcheck (SC2015)#5
ankamteja merged 1 commit into
mainfrom
feat/rag-web

Conversation

@ankamteja

Copy link
Copy Markdown
Owner

The installer preflight used the A && B || C pattern, which shellcheck 0.9.0 on the CI runner fails on (SC2015) while a newer local shellcheck does not. Rewrote it as an explicit if and capped CI shellcheck at --severity=warning so info notes cannot break the build across versions.

The installer preflight used `[ ... ] && [ ... ] || die`, which shellcheck 0.9.0
on the CI runner flags as SC2015 and fails on, while a newer local shellcheck
does not. Rewrote it as an explicit if, and set the CI shellcheck to
--severity=warning so info/style notes cannot break the build on a version bump.
@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c4c8a4c5-71b7-4acf-9e09-20e5856da428


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ankamteja
ankamteja merged commit 2a858ab into main Aug 20, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant