Skip to content

maxwellpaulm/lgtm-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version PyPI - Python Version License: Unlicense

LGTM Linter

Looks good to me! This is a satirical "linter" that doesn't actually assert or check anything. Linters have become so picky and opinionated that we thought it might be refreshing to have one that is happy with your code just the way it is!

Python Install

You can install this package via PyPI with the following command:

pip install lgtm-lint

This will automatically add lgtm-lint to your path.

Legacy Install

Just run the following:

./legacy_install.sh

This will install the script in your user bin. Also, Python3 is required to run the linter.

Usage

Execute the linter over any code you'd like linted! You can do this by running the following:

lgtm-lint *

Or a more specific file or directory, up to you.