summaryrefslogtreecommitdiff
path: root/java/lint.go
AgeCommit message (Expand)Author
2021-07-05make system server modules use filtered lint database Pedro Loureiro
2021-06-25Use trimmed lint database for mainline modules Pedro Loureiro
2021-06-09Always propagate some environment variables to RBE Colin Cross
2021-05-10Strict updatability linting against dependencies. Jaewoong Jung
2021-04-22Fix minor issues in updatability lint CLs. Jaewoong Jung
2021-04-21Add lint.strict_updatability_linting Jaewoong Jung
2021-04-21Forbid bypassing updatability lint checks. Jaewoong Jung
2021-04-20Rename lint-project-xml.py to remove dashes. Jaewoong Jung
2021-04-19Extract getBaselineFilepath method. Jaewoong Jung
2021-04-13Introduce NewApi lint checks Pedro Loureiro
2021-04-07Merge "Update soong for new lint version" Pedro Loureiro
2021-04-06Update soong for new lint version Pedro Loureiro
2021-04-05Make lint HTML output deterministic Colin Cross
2021-03-25Simplify lint rules using improved RuleBuilder rsp support Colin Cross
2021-03-18Run lint actions in sbox Colin Cross
2021-03-18Move android package on top of remotexec Colin Cross
2021-03-16Add explicit rspfile argument to RuleBuilderCommand.FlagWithRspFileInputList Colin Cross
2021-03-10Propagate LANG environment variable to lint in RBE Colin Cross
2021-03-10Default lint RBE to local exec strategy Colin Cross
2021-03-10Add comment to lintPaths Colin Cross
2021-03-05Support remoting lint commands with RBE Colin Cross
2021-03-04Remove lint outputs to prevent showing old lint results on error Colin Cross
2021-03-04Make common dependencies of lint use restat Colin Cross
2021-03-04Use repackaged lint binary Colin Cross
2021-02-18Merge "Add support for lint baseline files" Pedro Loureiro
2021-02-18Add support for lint baseline files Pedro Loureiro
2021-02-09Convert java.Dependency to JavaInfo provider Colin Cross
2020-12-01Pass pctx and ctx to NewRuleBuilder Colin Cross
2020-11-23Refactor 'in_make' to mean Kati is not skipped. Jingwen Chen
2020-10-06Remove global state from apex modules Colin Cross
2020-08-19Support ninja rsp files in soong_zip Colin Cross
2020-08-12Merge "Increase heap size for lint tool" Treehugger Robot
2020-08-07Introduce AlwaysUsePrebuiltSdks Jeongik Cha
2020-07-28Update language to comply with inclusive guidance Liz Kammer
2020-07-22Build transitive lint reports for apex modules Colin Cross
2020-07-16Add environment variables to control lint checks Colin Cross
2020-07-16Build a zip of transitive lint reports for apps Colin Cross
2020-07-14Increase heap size for lint tool Colin Cross
2020-07-10Support lint on unbundled builds Colin Cross
2020-06-23Set root dir in lint project.xml Colin Cross
2020-06-23Set ANDROID_SDK_HOME when running lint Colin Cross
2020-06-18Support adding extra lint checks Colin Cross
2020-06-16Add support for running Android lint on java and android modules. Colin Cross