Add support for Google Closure Linter
Bug #1168854 reported by
Adi Roiban
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pocket-lint |
Fix Committed
|
Low
|
Unassigned |
Bug Description
Google Closure Linter is a JS linter written in python. https:/
I think that it make sense to update pocket-linter to make use if this linter. It can be use together with jslint/jshint or in case jslint is not available (no js vm)
In case you would like this feature, I am happy to write a patch for this.
Related branches
lp://staging/~adiroiban/pocket-lint/1168854-google-closure
- Curtis Hovey: Approve (code)
- Adi Roiban (community): Needs Resubmitting
-
Diff: 169 lines (+101/-5)3 files modifiedpocketlint/formatcheck.py (+53/-4)
pocketlint/tests/__init__.py (+8/-0)
pocketlint/tests/test_javascript.py (+40/-1)
Changed in pocket-lint: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in pocket-lint: | |
status: | Triaged → Fix Committed |
To post a comment you must log in.