Name:
[IMP] viin_ai_brain, viin_brain, docs: Brain Standard-17 closeout (11 tools + native OT + drift reconcile)
State:
Killed
PR State:
merged
PR Author:
David Tran
PR Author Email:
PR:
#68
Committer:
David Tran
Committer Email:
davidtran.hp@gmail.com
Commit:
2d2f228ddd3ad242944f09677d605eef1a70fd68
Description:
[FIX] viin_ai_brain, viin_brain: prettier/prettier in QUnit tests (test_eslint gate)
test_pylint/tests/test_eslint::TestESLint.test_eslint failed with 84
prettier/prettier errors across 3 JS test files. The gate runs eslint with
web/tooling/_eslintrc.json, which sets no trailingComma and therefore follows
the bundled prettier 2.8.8 default (es5): no trailing comma after the last
function-call argument, and short multiline calls collapsed.
Fix applied via `eslint --no-eslintrc -c web/tooling/_eslintrc.json --fix`
resolved against prettier 2.8.8 (NOT prettier 3.x, whose trailingComma=all
default produces the opposite and would keep the gate red), bound strictly to:
- viin_ai_brain/static/tests/components/ai_block_tests.js (47)
- viin_ai_brain/static/tests/registries/powerbox_commands_tests.js (32)
- viin_brain/static/tests/tours/brain_collab_activation_tour.js (5)
Formatting only (remove trailing commas, join short multiline calls); no test
logic, assertion, or message string changed. Post-fix: gate exit 0; full
118-file eslint sweep of both modules exit 0.
Branch:
17.0
Instance ID:
0
Age:
Up-time:
Not finished