aboutsummaryrefslogtreecommitdiffstats
path: root/lint/cli/src/com/android/tools
Commit message (Expand)AuthorAgeFilesLines
* Refactor lint folder structure.Xavier Ducrohet2012-12-0614-3756/+0
* 38838: lint -fullpaths doesn't always workTor Norbye2012-11-021-0/+60
* Misc improvements to the multi-configuration editingTor Norbye2012-10-151-42/+3
* Code cleanupTor Norbye2012-09-172-4/+4
* Constants refactoring.Tor Norbye2012-09-133-6/+6
* Add lint flag for setting a custom library pathTor Norbye2012-09-111-5/+34
* Don't report unused resources in projects with errorsTor Norbye2012-09-101-1/+3
* Also check SimpleDateFormat calls for explicit localeTor Norbye2012-08-301-1/+1
* Merge "Use simple markup for bold and monospace in lint issues"Tor Norbye2012-08-272-7/+10
|\
| * Use simple markup for bold and monospace in lint issuesTor Norbye2012-08-232-7/+10
* | Merge "Lint: Include "Return to top" in HTML reports"Tor Norbye2012-08-272-5/+37
|\ \ | |/ |/|
| * Lint: Include "Return to top" in HTML reportsMarius Volkhart2012-07-222-5/+37
* | Preserve fatal severity for Lint XML reportsTor Norbye2012-08-222-7/+9
* | Refactor common.jarXavier Ducrohet2012-08-071-4/+4
* | Update lint unit test golden files to contain more detailsTor Norbye2012-08-061-22/+25
* | Merge "Allow lint cli --sources to specify a path, and use from ant lint"Tor Norbye2012-08-061-21/+27
|\ \
| * | Allow lint cli --sources to specify a path, and use from ant lintTor Norbye2012-08-061-21/+27
* | | Add support for additional languages in the typo detectorTor Norbye2012-08-031-2/+3
|/ /
* | Merge "Allow custom source and class folders"Tor Norbye2012-08-021-0/+82
|\ \
| * | Allow custom source and class foldersTor Norbye2012-08-021-0/+82
* | | Include additional metadata in the XML reportTor Norbye2012-08-022-10/+56
|/ /
* | Fix lint-on-save for .class file detectors in Java filesTor Norbye2012-08-011-1/+1
* | Add lint target for antTor Norbye2012-07-233-16/+67
* | Tweaks to the lint CLI offsetsTor Norbye2012-07-231-1/+17
|/
* Fix lint attribute positions in the CLITor Norbye2012-07-021-1/+1
* Add typo detectorTor Norbye2012-06-221-1/+12
* Fix warningsTor Norbye2012-06-012-7/+7
* Fix nullness annotationsTor Norbye2012-05-303-28/+49
* Misc Lint FixesTor Norbye2012-03-066-38/+105
* Change lint error codes + Windows path fixes.Raphael2012-03-061-29/+114
* 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