Deprecated: The lingo project is no longer under active development. Please install the GitHub app below and visit our website for more info.
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 init
Replace the default content of the codelingo.yaml file we generated above with:
tenets:
- import: codelingo/go
Run the Review Action 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 review
Follow the step by step guide to using lingo.
See and star the main repository at github.com/codelingo/codelingo.