Code Review Tool icon

Code Review Tool

1

Lints Python and JavaScript code by providing a REST API that returns a lint report in JSON format.

About

This tool offers code linting capabilities for both Python and JavaScript, accessible through a REST API powered by a FastAPI backend. By sending code via the API, you receive a detailed lint report in JSON format, generated using Flake8 for Python and ESLint for JavaScript. Designed for seamless integration with custom GPT models, it provides these models with advanced code analysis and feedback capabilities.

Key Features

  • REST API for code linting
  • 1 GitHub stars
  • Provides lint reports in JSON format
  • Uses Flake8 for Python linting
  • Uses ESLint for JavaScript linting
  • Supports Python and JavaScript

Use Cases

  • Providing developers with immediate feedback on code style and potential errors
  • Automating code quality checks in CI/CD pipelines
  • Integrating code linting into a custom GPT model