-
Notifications
You must be signed in to change notification settings - Fork 22
Dont format genfiles if disabled #916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Codeflash Bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
buiilt from another branch |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Bug fix, Enhancement
Description
Skip formatting when formatter disabled
Simplify diff generation for reviews
Always compute optimization review
Surface optimization review in LSP response
Diagram Walkthrough
File Walkthrough
aiservice.py
Simplify review diff and adjust loggingcodeflash/api/aiservice.py
perform_optimization.py
Add optimization review to LSP responsecodeflash/lsp/features/perform_optimization.py
function_optimizer.py
Always compute and store optimization reviewcodeflash/optimization/function_optimizer.py
formatter.py
Skip formatting when formatter is disabledcodeflash/code_utils/formatter.py