Skip to content

emersonwood/lingo

 
 

Repository files navigation

codelingo

Automate Your Reviews on GitHub Pull Requests!

Lingo

Lingo is a CLI tool to run CodeLingo with any git repository on your local machine.

Quick Start

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 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 review

Slow Start

Follow the step by step guide to using lingo.

See and star the main repository at github.com/codelingo/codelingo.

About

The CodeLingo CLI Tool

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Go 66.3%
  • Python 31.7%
  • Shell 1.3%
  • Other 0.7%