tree: 8a132c5c95ed54f0c8fa5248699ba0de80f7558e [path history] [tgz]
  1. test/
  2. .eslintrc.json
  3. .gitignore
  4. cipd.yaml
  5. eslint.infra_testing
  6. eslint_parser.go
  7. eslint_parser_test.go
  8. Makefile
  9. package-lock.json
  10. package.json
  11. README.md
  12. setup.py
go/src/infra/tricium/functions/eslint/README.md

Eslint Parser

Tricium analyzer checking for checking Javascript code.

Consumes Tricium FILES and produces Tricium RESULTS comments.

Development and Testing

Local testing:

$ make
$ ./eslint_parser --input=test --output=out

Deployment

Deploy a new version of the analyzer using CIPD:

$ make
$ cipd create -pkg-def=cipd.yaml
<outputs the VERSION>
$ cipd set-ref infra/tricium/function/eslint -ref live -version VERSION