Cleanup unused variables in AwContents
[chromium-blink-merge.git] / third_party / closure_linter / README.chromium
blobaac22b8a3fe3a8032873056bc3ebe6e6569f91ab
1 Name: closure-linter
2 URL: http://code.google.com/p/closure-linter/
3 Version: 2.3.14
4 Date: 12 Jun 2014
5 Revision: 16
6 License: Apache 2.0
7 License File: NOT_SHIPPED
8 Security Critical: no
10 Description:
11   The Closure Linter enforces the guidelines set by the Google JavaScript Style
12   Guide. The linter handles style issues so that you can focus on the code.
14 Local modifications:
15   Removed closure_linter/testdata/
16   Added Apache License notice to closure_linter/common/tokens_test.py
17   Added OWNERS file
18   Added @suppress {suspiciousCode} to closure_linter/statetracker.py while we
19   wait for the external release.