Skip to main content

A tool to check wolfSSL coding standards

Project description

PR-review

Use checkcommand to verify your code follows the wolfSSL coding standards.

Getting Started

  1. Clone the repository: Clone this repository to your local machine to start working with the scripts.

  2. Install dependencies: Run pip3 install . in the root of this project to install the necessary Python packages listed in pyproject.toml.

    NOTE: If you are using newer pip, you need to add option: pip3 install --break-system-packages .

  3. Export OPENAI_API_KEY ⚙️:

You must exoport an OPENAI_API_KEY in your environment. Also, you must have an access to the GPT-4 model to call OpenAI API. I recommend to export the key in .zshrc.

Amazing!

Now you can use the check command.

  1. Usage: $ check [FILE]...

    • example: Use this script to automate the review of pull requests.$ check file1 file2 file3
  2. Configulation

Run check --show-config-path to see where the config file are located and you can change value to the variables like 'lanugage' in the config file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pr_review-0.0.0.1.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

pr_review-0.0.0.1-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page