aboutsummaryrefslogtreecommitdiffstats
path: root/lint/cli
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Lint infrastructure improvementsTor Norbye2011-12-055-63/+170
* Add flags to lint cli to turn off warnings, and turn on allTor Norbye2011-11-291-31/+109
* Fix a few lint bugs reported by early access usersTor Norbye2011-11-251-0/+1
* Merge "Add lint support for fallback configurations"Tor Norbye2011-11-231-1/+25
|\
| * Add lint support for fallback configurationsTor Norbye2011-11-211-1/+25
* | Typography lint checkerTor Norbye2011-11-232-3/+10
|/
* Tweak lint cli handlingTor Norbye2011-11-111-9/+49
* Minor lint tweaksTor Norbye2011-11-101-0/+3
* Fix path-to-file conversion methodTor Norbye2011-11-101-6/+7
* Fix various lint bugsTor Norbye2011-11-093-16/+25
* Add gradual disclosure to the lint HTML reportTor Norbye2011-11-082-11/+89
* Add lint check for accidental omission of android: prefixTor Norbye2011-11-083-14/+115
* Lint Architecture Changes: Configurations, Categories, etc.Tor Norbye2011-11-075-119/+359
* Lint infrastructure fixesTor Norbye2011-11-024-57/+317
* Fix Useless layout detector, and add HTML summaryTor Norbye2011-10-281-6/+21
* Add Lint HTML reporting, and fix position information in parserTor Norbye2011-10-286-139/+833