Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: third_party/closure_linter/README

Issue 2328693002: Updated linter with upstream release (2.3.19) (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This repository contains the Closure Linter - a style checker for JavaScript. 1 This repository contains the Closure Linter - a style checker for JavaScript.
2 2
3 To install the application, run 3 To install the application, run
4 python ./setup.py install 4 python ./setup.py install
5 5
6 After installing, you get two helper applications installed into /usr/local/bin: 6 After installing, you get two helper applications installed into /usr/local/bin:
7 7
8 gjslint.py - runs the linter and checks for errors 8 gjslint - runs the linter and checks for errors
9 fixjsstyle.py - tries to fix errors automatically 9 fixjsstyle - tries to fix errors automatically
OLDNEW
« no previous file with comments | « no previous file | third_party/closure_linter/README.chromium » ('j') | third_party/closure_linter/closure_linter/fixjsstyle.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698