Skip to content

codelingo/lingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
rstorr
Dec 19, 2019
dba8dcb · Dec 19, 2019
Jul 2, 2018
Dec 19, 2019
Sep 12, 2016
Sep 20, 2018
Dec 18, 2019
Oct 5, 2018
Aug 4, 2017
Jan 13, 2019
Jul 1, 2018
Apr 10, 2019
Apr 10, 2019
Apr 30, 2018
Nov 25, 2019
Jul 29, 2019
Jul 26, 2016
Oct 1, 2016

Repository files navigation

CodeLingo

Deprecated: The lingo project is no longer under active development. Please install the GitHub app below and visit our website for more info.

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

Slow Start

Follow the step by step guide to using lingo.

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