tree: a0ad66842a809f9567fef1689a3f28a1f190fb45 [path history] [tgz]
  1. test/
  2. .gitignore
  3. cipd.yaml
  4. Makefile
  5. pylint_parser.go
  6. pylint_parser_test.go
  7. pylintrc
  8. README.md
go/src/infra/tricium/functions/pylint/README.md

Pylint

Tricium analyzer checking for checking Python code.

Consumes Tricium FILES and producs Tricium RESULTS comments.

Development and Testing

Local testing:

$ go build -o pylint_parser
$ ./pylint_parser --input=test --output=out

Deployment

Deploy a new version of the analyzer using CIPD:

$ go build -o pylint_parser
$ cipd create -pkg-def=cipd.yaml
<outputs the VERSION>
$ cipd set-ref infra/tricium/function/pylint -ref live -version VERSION