bito-code-review[bot] commented on code in PR #40298:
URL: https://github.com/apache/superset/pull/40298#discussion_r3277345993
##########
docker/docker-bootstrap.sh:
##########
@@ -80,7 +80,7 @@ case "${1}" in
;;
app)
echo "Starting web app (using development server)..."
- flask run -p $PORT --reload --debugger --host=0.0.0.0 --exclude-patterns
"*/node_modules/*:*/.venv/*:*/build/*:*/__pycache__/*:*/superset-frontend/*"
+ flask run -p $PORT --reload --host=0.0.0.0 --exclude-patterns
"*/node_modules/*:*/.venv/*:*/build/*:*/__pycache__/*:*/superset-frontend/*"
Review Comment:
<div>
<div id="suggestion">
<div id="issue"><b>Documentation Inconsistency</b></div>
<div id="fix">
Documentation in `docs/developer_docs/contributing/development-setup.md`
(lines 410, 434, 588, 843, 908-909) and
`docs/developer_docs_versioned_docs/version-6.1.0/contributing/development-setup.md`
still reference `--debugger` flag that this change removes. Documentation must
accurately reflect implemented code per BITO.md rule 10906.
</div>
</div>
<small><i>Code Review Run #633284</i></small>
</div>
---
Should Bito avoid suggestions like this for future reviews? (<a
href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>)
- [ ] Yes, avoid them
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]