aboutsummaryrefslogtreecommitdiff
path: root/tools/bin/closure-linter
blob: 10369136ac8a3b851ea0248b1d70efae58ac959f (plain)
1
2
3
4
5
6
7
#!/bin/sh

script_path=`dirname $0`
linter_path="${script_path}/../tools/closure_linter-2.3.4"

PYTHONPATH=${linter_path}:${script_path}/python-packages \
  ${linter_path}/closure_linter/gjslint.py $@