bito-code-review[bot] commented on code in PR #41871: URL: https://github.com/apache/superset/pull/41871#discussion_r3540602423
########## .rat-excludes: ########## @@ -7,6 +7,8 @@ .codecov.yml .eslintrc .eslintignore +.stylelintrc.json +.stylelintignore Review Comment: <div> <div id="suggestion"> <div id="issue"><b>Path mismatch in excludes</b></div> <div id="fix"> Entries `.stylelintrc.json` and `.stylelintignore` don't match actual paths. The files exist at `superset-frontend/.stylelintrc.json` and `superset-frontend/.stylelintignore`. Per the file header (line 1), patterns apply to single files/directories, not full paths — so root-level patterns will never match files inside subdirectories. </div> </div> <small><i>Code Review Run #5e009f</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]
