Automate Your Reviews on GitHub Pull Requests!
Lingo is a CLI tool to run CodeLingo with any git repository on your local machine.
In this quick start we'll review a Golang git repository on your local machine for common Go issues.
After installing the lingo tool, set it up with the following commands:
# Run this command from anywhere. Follow the prompts to set up Codelingo on your machine.
$ lingo config setup
# Run this command inside a git repository to add a default codelingo.yaml file in the current directory.
$ lingo initReplace the default content of the codelingo.yaml file we generated above with:
tenets:
- import: codelingo/goRun the Review Flow to check your source code against the go Tenet bundle we imported above:
# Run this command from the same directory as the codelingo.yaml file or any of its sub directories.
$ lingo run reviewFollow the step by step guide to using lingo.
See and star the main repository at github.com/codelingo/codelingo.