aboutsummaryrefslogtreecommitdiffstats
path: root/lint/cli
Commit message (Expand)AuthorAgeFilesLines
* Dynamically link Guava and ASM in lint jarsTor Norbye2012-03-191-2/+1
* Misc Lint FixesTor Norbye2012-03-066-38/+105
* Change lint error codes + Windows path fixes.Raphael2012-03-062-30/+118
* Fix configuration information for library projectsTor Norbye2012-02-281-3/+3
* Fix SuppressLint annotations in outer classesTor Norbye2012-02-241-7/+1
* Lint bug fixesTor Norbye2012-02-241-10/+2
* Merge "Use lint error mechanism for config issues like no classes found"Tor Norbye2012-02-211-1/+6
|\
| * Use lint error mechanism for config issues like no classes foundTor Norbye2012-02-211-1/+6
* | Fix lint library project configuration handlingTor Norbye2012-02-212-1/+3
|/
* Fix for lint cli relative output pathsTor Norbye2012-02-141-1/+4
* Add Fatal severityTor Norbye2012-02-133-4/+9
* Make lint process Java jar dependenciesTor Norbye2012-02-133-1/+28
* Add support for suppressing lint via XML attributesTor Norbye2012-02-061-3/+12
* HTML report tweaksTor Norbye2012-02-063-53/+58
* Fix type in Java parser interfaceTor Norbye2012-02-031-2/+1
* Include .9.png files in HTML reportTor Norbye2012-02-031-2/+1
* Include suppress help in HTML report, and tweak CSSTor Norbye2012-02-033-21/+49
* Add lint abbreviation flagTor Norbye2012-02-024-38/+82
* Include disabled issue count in HTML summaryTor Norbye2012-02-021-5/+8
* Add --url none option to lint driver to turn off url mappingTor Norbye2012-02-021-11/+19
* A few simple name changesTor Norbye2012-02-021-5/+5
* Add has-autofix info to HTML reportTor Norbye2012-02-022-0/+15
* Include disabled checks in the HTML reportTor Norbye2012-02-012-54/+169
* Add help topic for suppressing warningsTor Norbye2012-02-012-2/+71
* Lint HTML improvementsTor Norbye2012-02-018-191/+457
* Emit relative paths in multi-project HTML reportsTor Norbye2012-01-311-5/+20
* Write lint overview report for multi-reportTor Norbye2012-01-312-20/+177
* Add support for exporting one HTML report for each linted projectTor Norbye2012-01-306-193/+312
* Fix lint column offset handling, and add columns to API checkTor Norbye2012-01-302-5/+4
* Merge "Suppress one more java error from Lombok"Tor Norbye2012-01-261-1/+6
|\
| * Suppress one more java error from LombokTor Norbye2012-01-261-1/+6
* | Fix bug in WrongViewCast detectorTor Norbye2012-01-261-1/+3
|/
* Merge "Fix a few misc Lint issues"Tor Norbye2012-01-261-0/+6
|\
| * Fix a few misc Lint issuesTor Norbye2012-01-261-0/+6
* | Add file resource lookup to the Lint Client APITor Norbye2012-01-261-2/+3
|/
* Add support for multi-pass lint checks, and chained locationsTor Norbye2012-01-245-42/+143
* Fix a few XML export bugs found by Christopher OrrTor Norbye2012-01-231-6/+11
* Fix comparator for JDK 7Tor Norbye2012-01-191-1/+1
* Lint Java source supportTor Norbye2012-01-095-2/+127
* Merge "Lint Library Support"Tor Norbye2012-01-091-0/+5
|\
| * Lint Library SupportTor Norbye2012-01-061-0/+5
* | Add --version flag to the lint command lineTor Norbye2012-01-091-0/+35
|/
* Extract positional XML parser into common and fix encoding issuesTor Norbye2012-01-056-515/+188
* Add "Extra Text" lint detector.Tor Norbye2012-01-041-2/+79
* Add @NonNull annotation and configure Eclipse settingsTor Norbye2011-12-221-1/+13
* Update SDK codebase to JDK 6Tor Norbye2011-12-215-1/+20
* Handle lint input files with line ending errorsTor Norbye2011-12-171-1/+6
* Memory fix for the lint cli driverTor Norbye2011-12-151-1/+18
* Add the Guava library to the toolsTor Norbye2011-12-054-4/+6
* Add Java Classfile supportTor Norbye2011-12-053-1/+7