Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 538 Bytes

main.rst

File metadata and controls

19 lines (14 loc) · 538 Bytes

lgtm

This option add the relevant files to let your package use lgtm, a web service that will extend pylint and check on the validity of your code. This option install local configuration files but you still need to register by hand. Have a look at the Lgtm Documentation:

(dvlpt)$ pmg add lgtm
(dvlpt)$ pmg rg

$ git add --all
$ git commit -m"added lgtm support"
$ git push