summaryrefslogtreecommitdiff
path: root/tools/closure_linter
Commit message (Collapse)AuthorAgeFilesLines
* tools: replace closure-linter with eslintYosuke Furukawa2015-05-09173-34506/+0
| | | | | | | | | | | PR-URL: https://github.com/iojs/io.js/pull/1539 Fixes: https://github.com/iojs/io.js/issues/1253 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
* tools: update closure linter to 2.3.17Yosuke Furukawa2015-01-15166-3968/+29049
| | | | | PR-URL: https://github.com/iojs/io.js/pull/449 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
* Revert "tools: update closure_linter to the latest(2.3.5)"Ben Noordhuis2012-06-2841-3196/+3434
| | | | | | | | This reverts commit 6d98524609d5c0a1445f71b9930ff81c48c749be. This reverts commit 60ff789618b5d61650609c7df27359ed3a609cc2. closure_linter now depends on the gflags module and not everyone will have that installed by default.
* tools: update closure_linter to the latest(2.3.5)Shigeki Ohtsu2012-06-2841-3434/+3196
|
* Import Google's closure_linterRyan Dahl2010-12-0144-0/+9425
Run with 'make lint'