Skip to content
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

Integrate Code Formatting and Linting Tools to Improve Function Workflow #1079

Conversation

similato87
Copy link
Collaborator

Overview

This PR aims to address Issue #1023 by integrating code formatting and linting tools into our development workflow. The primary goal is to enhance efficiency and improve the quality of the suggestions provided by LLMs by pre-screening code for errors. This preemptive check reduces the computational demand on LLMs, allowing them to focus on the complexity of tasks rather than basic syntax corrections.

Implementation Details

To minimize the impact on user experience, we plan to implement an automatic linting feature that will be enabled by default during the code processing phase. Users will be informed that their codebase has undergone linting, ensuring transparency. Additionally, we will provide an option for users who prefer not to use the linting tools, respecting diverse development preferences.

Scope and Targets

The initial rollout will focus on supporting Python and JavaScript files. This decision is made to strike a balance between managing dependencies and meeting the feature's requirements efficiently. By starting with these languages, we aim to cover a significant portion of the development activities within our community while keeping the implementation manageable.

Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.45%. Comparing base (7873779) to head (961b293).
Report is 58 commits behind head on main.

❗ Current head 961b293 differs from pull request most recent head 1571bad. Consider uploading reports for the commit 1571bad to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1079   +/-   ##
=======================================
  Coverage   84.45%   84.45%           
=======================================
  Files          26       26           
  Lines        1396     1396           
=======================================
  Hits         1179     1179           
  Misses        217      217           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@similato87 similato87 closed this Mar 31, 2024
@similato87 similato87 deleted the 1023-feature-request-integration-of-code-formatting-and-linting-tools-for-the-improve-function-workflow branch March 31, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Feature request: Integration of Code Formatting and Linting Tools for the improve Function Workflow
1 participant